diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 919c647fc9..b73acb5484 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,18 @@ 2004-03-25 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap4/camel-imap-engine.c + (camel_imap_engine_parse_resp_code): No longer need to split ']' + tokens from atom tokens due to a fixup in the ABNF grammar in + rfc3501. + + * providers/imap4/camel-imap-specials.c: Changed ATOM_SPECIALS to + include ']' (this is an addition in rfc3501). + + * providers/imap4/camel-imap-store.[c,h]: New Store class for + IMAP. Implemnted a bunch of but still got a ways to go. + +2004-03-25 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap/camel-imap-folder.c (imap_update_summary): If the server is imap.web.de, just ask for all the headers rather than "HEADER.FIELDS.NOT (RECEIVED)". Actually, maybe we should always @@ -31,14 +44,15 @@ from the provider description 2004-03-25 Sivaiah Nallagatla <snallagatla@novell.com> - - * providers/groupwise/camel-groupwise-provider.c : removed - ldap seetings and added a settng for SOAP port - * providers/groupwise/camel-gw-listner.h (add_calendar_tasks_sources) - (remove_calendar_tasks_sources), (modify_calendar_tasks_sources) : read port number - from url instead of hardcoding - Also removed code for adding e-sources for ldap address book and - adding now e-sources for groupwise address book + + * providers/groupwise/camel-groupwise-provider.c: removed ldap + seetings and added a settng for SOAP port + + * providers/groupwise/camel-gw-listner.h + (add_calendar_tasks_sources, remove_calendar_tasks_sources), + (modify_calendar_tasks_sources): read port number from url instead + of hardcoding. Also removed code for adding e-sources for ldap + address book and adding now e-sources for groupwise address book 2004-03-24 Jeffrey Stedfast <fejj@ximian.com> |