From 5e5e5082d89b7eb7f3fd76c8aa3b07e3587070a6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 17 Jul 2000 21:42:49 +0000 Subject: Hacks to get IMAP code to work with CommunigatePro and MS Exchange (and 2000-07-17 Jeffrey Stedfast * providers/imap/camel-imap-folder.c (imap_get_message): Hacks to get IMAP code to work with CommunigatePro and MS Exchange (and any other servers that send back a UID at the end of each FETCH inside of the main body of the message part). svn path=/trunk/; revision=4194 --- camel/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 74a39717e6..7134fdd81e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2000-07-17 Jeffrey Stedfast + + * providers/imap/camel-imap-folder.c (imap_get_message): Hacks to get + IMAP code to work with CommunigatePro and MS Exchange (and any other + servers that send back a UID at the end of each FETCH inside of the main + body of the message part). + 2000-07-16 Jeffrey Stedfast * providers/imap/camel-imap-store.c: All SELECT calls now pass -- cgit