summaryrefslogtreecommitdiff
path: root/mailcheck/mailcheck.schemas.in
diff options
context:
space:
mode:
authorRajkumar Sivasamy <rajkumar.siva@wipro.com>2003-05-26 12:04:38 +0000
committerRajkumar Sivasamy <rajks@src.gnome.org>2003-05-26 12:04:38 +0000
commit864af14bfb57b70b70bfa339f18c91e68ee749c9 (patch)
tree216d6c8af7a20b75d35a25726497a5b5f7de4f7e /mailcheck/mailcheck.schemas.in
parent408ca861b4bfa536f77e8c49b4714fb4545c8a29 (diff)
Patch by: Deepa Natarajan <deepa.natarajan@wipro.com>
2003-05-26 Rajkumar Sivasamy <rajkumar.siva@wipro.com> Patch by: Deepa Natarajan <deepa.natarajan@wipro.com> * mailcheck.c, mailcheck.schemas.in: Do a base64 encode of the remote_password and store it in a new gconf key "remote_encrypted_password", if store password checkbox is enabled. So that we dont store the password in plain text! Fixes Bug #99801
Diffstat (limited to 'mailcheck/mailcheck.schemas.in')
-rw-r--r--mailcheck/mailcheck.schemas.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/mailcheck/mailcheck.schemas.in b/mailcheck/mailcheck.schemas.in
index 00fc6dca3..b096b8d88 100644
--- a/mailcheck/mailcheck.schemas.in
+++ b/mailcheck/mailcheck.schemas.in
@@ -143,6 +143,26 @@
</locale>
</schema>
<schema>
+ <key>/schemas/apps/mailcheck_applet/prefs/save_password</key>
+ <owner>mailcheck-applet</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Do we want to save the password to disk</short>
+ <long>If this is enabled, we save the password in gconf</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password</key>
+ <owner>mailcheck-applet</owner>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short>Encrypted password</short>
+ <long>The encrypted user's password for the remote server</long>
+ </locale>
+ </schema>
+ <schema>
<key>/schemas/apps/mailcheck_applet/prefs/remote_folder</key>
<owner>mailcheck-applet</owner>
<type>string</type>