From cce201b06e98e85dba8a1bb3a2848d7537c0aeda Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 20 Oct 2004 17:45:29 +0000 Subject: Removed an already-fixed FIXME comment. (imap4_summary_fetch_flags): Same. 2004-10-19 Jeffrey Stedfast * providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all): Removed an already-fixed FIXME comment. (imap4_summary_fetch_flags): Same. * providers/imap4/camel-imap4-folder.c (imap4_get_path_delim): Removed. Use camel_imap4_get_path_delim() instead. (camel_imap4_folder_new): Updated. (imap4_sync): If we aren't online, we're done. nothing to do. (imap4_refresh_info): Same. (imap4_append_message): Same but set an exception. (imap4_transfer_messages_to): Same. * providers/imap4/camel-imap4-utils.c (camel_imap4_get_path_delim): Moved here from camel-imap4-store.c * providers/imap4/camel-imap4-store.c (imap4_try_authenticate): Change the service string for the sasl mechanism to"imap" rather than "imap4". (imap4_get_path_delim): Removed. (imap4_create_folder): Updated. (imap4_folder_utf7_name): Same. svn path=/trunk/; revision=27651 --- camel/ChangeLog | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index f070247ef7..44cdd79de5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -4,11 +4,23 @@ Removed an already-fixed FIXME comment. (imap4_summary_fetch_flags): Same. -2004-10-18 Jeffrey Stedfast + * providers/imap4/camel-imap4-folder.c (imap4_get_path_delim): + Removed. Use camel_imap4_get_path_delim() instead. + (camel_imap4_folder_new): Updated. + (imap4_sync): If we aren't online, we're done. nothing to do. + (imap4_refresh_info): Same. + (imap4_append_message): Same but set an exception. + (imap4_transfer_messages_to): Same. + + * providers/imap4/camel-imap4-utils.c + (camel_imap4_get_path_delim): Moved here from camel-imap4-store.c * providers/imap4/camel-imap4-store.c (imap4_try_authenticate): Change the service string for the sasl mechanism to"imap" rather than "imap4". + (imap4_get_path_delim): Removed. + (imap4_create_folder): Updated. + (imap4_folder_utf7_name): Same. 2004-10-13 Not Zed @@ -107,12 +119,6 @@ 2004-10-01 Jeffrey Stedfast - * providers/imap4/camel-imap4-folder.c (imap4_sync): If we aren't - online, we're done. nothing to do. - (imap4_refresh_info): Same. - (imap4_append_message): Same but set an exception. - (imap4_transfer_messages_to): Same. - * camel-service.c (camel_getaddrinfo): Avoid assigning a value to the member of a const struct (which newer gcc's apparently break over) by casting to non-const. -- cgit v1.2.3