aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/ChangeLog
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-12-19 22:15:11 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-12-19 22:15:11 +0800
commit85dcfd1f8e40ac729fd7b0995d799bd59070839d (patch)
treee3e88edbd8cb9ca49c992c4f3429cea70c108fe8 /plugins/exchange-operations/ChangeLog
parent25393123affda80dddbeea3dbbbf89c1ce8657a6 (diff)
downloadgsoc2013-evolution-85dcfd1f8e40ac729fd7b0995d799bd59070839d.tar
gsoc2013-evolution-85dcfd1f8e40ac729fd7b0995d799bd59070839d.tar.gz
gsoc2013-evolution-85dcfd1f8e40ac729fd7b0995d799bd59070839d.tar.bz2
gsoc2013-evolution-85dcfd1f8e40ac729fd7b0995d799bd59070839d.tar.lz
gsoc2013-evolution-85dcfd1f8e40ac729fd7b0995d799bd59070839d.tar.xz
gsoc2013-evolution-85dcfd1f8e40ac729fd7b0995d799bd59070839d.tar.zst
gsoc2013-evolution-85dcfd1f8e40ac729fd7b0995d799bd59070839d.zip
Checking if the user has selected save password option or not and
accordingly prompting for the password whenever Evolution is restarted. Also, not asking for password twice during account creation. Fixes #324485. svn path=/trunk/; revision=30879
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r--plugins/exchange-operations/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index b8cd722394..0b75458331 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,5 +1,23 @@
2005-12-19 Sushma Rai <rsushma@novell.com>
+ * exchange-account-setup.c (owa_authenticate_user): Adding the
+ parameter "save-passwd" to CamelURL, during account creation, which can
+ be used to see if the user has remembered password or password is
+ temporarily remembered so that password is not prompted second time at
+ the end of account creation.
+
+ * exchange-config-listener.c (exchange_config_listener_authenticate):
+ Using the flag E_PASSWORDS_REMEMBER_FOREVER instead of
+ E_PASSWORDS_REMEMBER_SESSION. Reading the save-passwd URL parameter to
+ see if the password was remembered by the user or remembered
+ temporarily by the plugin and foget it in case of remembered by the
+ plugin. Also free CamelURL.
+ (account_added): Calling exchange_config_listener_authenticate().
+
+ Fixes #324485
+
+2005-12-19 Sushma Rai <rsushma@novell.com>
+
* exchange-account-setup.c (org_gnome_exchange_settings)
(owa_editor_entry_changed)(org_gnome_exchange_owa_url)
(org_gnome_exchange_commit): free CamelURL.