From 66704f04187928dcab171b6ac3250e9df641f97d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 26 Mar 2004 04:18:04 +0000 Subject: No longer need to split ']' tokens from atom tokens due to a fixup in the 2004-03-25 Jeffrey Stedfast * 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. svn path=/trunk/; revision=25192 --- camel/ChangeLog | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 919c647fc9..b73acb5484 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,16 @@ +2004-03-25 Jeffrey Stedfast + + * 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 * providers/imap/camel-imap-folder.c (imap_update_summary): If the @@ -31,14 +44,15 @@ from the provider description 2004-03-25 Sivaiah Nallagatla - - * 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 -- cgit v1.2.3