diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-06-11 23:00:12 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-11 23:00:12 +0800 |
commit | 9c5abb70276da514cb6941348405de2fc1d3176b (patch) | |
tree | 6192e9738cf4350cb5203e0815c41c9b494b90dd /camel/ChangeLog | |
parent | ff2a5e2ebf1ad4a458214502c24901d6e550bf62 (diff) | |
download | gsoc2013-evolution-9c5abb70276da514cb6941348405de2fc1d3176b.tar.gz gsoc2013-evolution-9c5abb70276da514cb6941348405de2fc1d3176b.tar.zst gsoc2013-evolution-9c5abb70276da514cb6941348405de2fc1d3176b.zip |
Handle getting FLAGS even though we didn't request it (server can send us
2004-06-11 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
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 <fejj@ximian.com> + + * 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 <NotZed@Ximian.com> * providers/local/camel-maildir-store.c (get_folder_info): if we |