diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-10-21 01:45:29 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-10-21 01:45:29 +0800 |
commit | cce201b06e98e85dba8a1bb3a2848d7537c0aeda (patch) | |
tree | c4bb05706033152a9db29af272541c5a1ec89113 /camel/ChangeLog | |
parent | d6952df96e7a87221f1117d640ac548626185687 (diff) | |
download | gsoc2013-evolution-cce201b06e98e85dba8a1bb3a2848d7537c0aeda.tar gsoc2013-evolution-cce201b06e98e85dba8a1bb3a2848d7537c0aeda.tar.gz gsoc2013-evolution-cce201b06e98e85dba8a1bb3a2848d7537c0aeda.tar.bz2 gsoc2013-evolution-cce201b06e98e85dba8a1bb3a2848d7537c0aeda.tar.lz gsoc2013-evolution-cce201b06e98e85dba8a1bb3a2848d7537c0aeda.tar.xz gsoc2013-evolution-cce201b06e98e85dba8a1bb3a2848d7537c0aeda.tar.zst gsoc2013-evolution-cce201b06e98e85dba8a1bb3a2848d7537c0aeda.zip |
Removed an already-fixed FIXME comment. (imap4_summary_fetch_flags): Same.
2004-10-19 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 20 |
1 files changed, 13 insertions, 7 deletions
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 <fejj@novell.com> + * 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 <NotZed@Ximian.com> @@ -107,12 +119,6 @@ 2004-10-01 Jeffrey Stedfast <fejj@novell.com> - * 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. |