From 9c5abb70276da514cb6941348405de2fc1d3176b Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 11 Jun 2004 15:00:12 +0000 Subject: Handle getting FLAGS even though we didn't request it (server can send us 2004-06-11 Jeffrey Stedfast * providers/imap4/camel-imap4-folder.c (untagged_fetch): Handle getting FLAGS even though we didn't request it (server can send us FLAGS info if another client changed them recently, for example). Also fixed to handle the fact that not every bit of info has to be in a single untagged FETCH response - it may come in several untagged responses. * providers/imap4/camel-imap4-summary.c (envelope_decode_address): Decode the email address name token. (envelope_decode_nstring): rfc2047 decode strings if requested. (decode_envelope): Request that the subject string be rfc2047 decoded. svn path=/trunk/; revision=26310 --- camel/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index a67f634255..361ade4e40 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,18 @@ +2004-06-11 Jeffrey Stedfast + + * providers/imap4/camel-imap4-folder.c (untagged_fetch): Handle + getting FLAGS even though we didn't request it (server can send us + FLAGS info if another client changed them recently, for + example). Also fixed to handle the fact that not every bit of info + has to be in a single untagged FETCH response - it may come in + several untagged responses. + + * providers/imap4/camel-imap4-summary.c (envelope_decode_address): + Decode the email address name token. + (envelope_decode_nstring): rfc2047 decode strings if requested. + (decode_envelope): Request that the subject string be rfc2047 + decoded. + 2004-06-11 Not Zed * providers/local/camel-maildir-store.c (get_folder_info): if we -- cgit v1.2.3