aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
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.