diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-06-29 11:07:39 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-29 11:07:39 +0800 |
commit | f8a8fc9e730a03fb07e8cd6d2fa9b6b9aa54631a (patch) | |
tree | 517acef4cb760c261a631aff4d96a4c6e22fce0c /camel/ChangeLog | |
parent | 63485301d58b008af700a308d382fbfa24db3887 (diff) | |
download | gsoc2013-evolution-f8a8fc9e730a03fb07e8cd6d2fa9b6b9aa54631a.tar gsoc2013-evolution-f8a8fc9e730a03fb07e8cd6d2fa9b6b9aa54631a.tar.gz gsoc2013-evolution-f8a8fc9e730a03fb07e8cd6d2fa9b6b9aa54631a.tar.bz2 gsoc2013-evolution-f8a8fc9e730a03fb07e8cd6d2fa9b6b9aa54631a.tar.lz gsoc2013-evolution-f8a8fc9e730a03fb07e8cd6d2fa9b6b9aa54631a.tar.xz gsoc2013-evolution-f8a8fc9e730a03fb07e8cd6d2fa9b6b9aa54631a.tar.zst gsoc2013-evolution-f8a8fc9e730a03fb07e8cd6d2fa9b6b9aa54631a.zip |
Changed to keep prompting user for a valid password until it either
2000-06-28 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-store.c (imap_connect): Changed to
keep prompting user for a valid password until it either
authenticates or until Canceled by the user.
(camel_imap_command_extended): Improved speed (replaced the
g_strjoinv call with a faster implementation)
* providers/pop3/camel-pop3-store.c
(camel_pop3_command_get_additional_data): Fixed.
(pop3_connect): Changed to keep prompting the user for a
password until it either works or until Canceled by the user.
svn path=/trunk/; revision=3783
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index dbf62f9751..e8344c9f88 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,16 @@ 2000-06-28 Jeffrey Stedfast <fejj@helixcode.com> + * providers/imap/camel-imap-store.c (imap_connect): Changed to + keep prompting user for a valid password until it either + authenticates or until Canceled by the user. + (camel_imap_command_extended): Improved speed (replaced the + g_strjoinv call with a faster implementation) + + * providers/pop3/camel-pop3-store.c + (camel_pop3_command_get_additional_data): Fixed. + (pop3_connect): Changed to keep prompting the user for a + password until it either works or until Canceled by the user. + * providers/mbox/camel-mbox-summary.c: General cleanup (camel_mbox_summary_sync): Fixed a memory leak and added CamelException handling. |