diff options
author | 5 <NotZed@Ximian.com> | 2001-10-06 02:52:21 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-06 02:52:21 +0800 |
commit | 796292fb21af04117f0f84e161a9588fc528d939 (patch) | |
tree | fb6ccf9e87e27ae7643d1a77950aeaf56d43109b /camel/ChangeLog | |
parent | b459329067b9bab7d08ccec9ba22f8d9ea7f25c8 (diff) | |
download | gsoc2013-evolution-796292fb21af04117f0f84e161a9588fc528d939.tar.gz gsoc2013-evolution-796292fb21af04117f0f84e161a9588fc528d939.tar.zst gsoc2013-evolution-796292fb21af04117f0f84e161a9588fc528d939.zip |
Try harder to get broken names out of addresses. Unencoded ,'s in names
2001-10-05 <NotZed@Ximian.com>
* camel-mime-utils.c (header_decode_mailbox): Try harder to get
broken names out of addresses. Unencoded ,'s in names will still
break it, but well what can you do eh?
(header_decode_mailbox): Always add .'s into address we've scanned
past a '.', even if we can't decode the next part. Fix for some
annoying bug #.
svn path=/trunk/; revision=13453
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index db705d2b8e..25a6108174 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2001-10-05 <NotZed@Ximian.com> + + * camel-mime-utils.c (header_decode_mailbox): Try harder to get + broken names out of addresses. Unencoded ,'s in names will still + break it, but well what can you do eh? + (header_decode_mailbox): Always add .'s into address we've scanned + past a '.', even if we can't decode the next part. Fix for some + annoying bug #. + 2001-10-04 <NotZed@Ximian.com> * camel-store.c (camel_store_delete_folder): Change the order of |