aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-03-26 12:18:04 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-03-26 12:18:04 +0800
commit66704f04187928dcab171b6ac3250e9df641f97d (patch)
treea4497bdadd73e384072db2c0539e5fe5a78407b6 /camel/ChangeLog
parent373a930405e4d2dd867bf8f8f81b9fbde47a9871 (diff)
downloadgsoc2013-evolution-66704f04187928dcab171b6ac3250e9df641f97d.tar
gsoc2013-evolution-66704f04187928dcab171b6ac3250e9df641f97d.tar.gz
gsoc2013-evolution-66704f04187928dcab171b6ac3250e9df641f97d.tar.bz2
gsoc2013-evolution-66704f04187928dcab171b6ac3250e9df641f97d.tar.lz
gsoc2013-evolution-66704f04187928dcab171b6ac3250e9df641f97d.tar.xz
gsoc2013-evolution-66704f04187928dcab171b6ac3250e9df641f97d.tar.zst
gsoc2013-evolution-66704f04187928dcab171b6ac3250e9df641f97d.zip
No longer need to split ']' tokens from atom tokens due to a fixup in the
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. svn path=/trunk/; revision=25192
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog30
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>