diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-09-06 03:55:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-06 03:55:19 +0800 |
commit | 7d1d00787026823bbc8c4721a30eb2e3af667907 (patch) | |
tree | bcb8f5b80abfb47e98c6d91e82fa18a4b159748e /mail/ChangeLog | |
parent | c91cedb0431cc9aed4ecf9dae631e3a53fb8fc07 (diff) | |
download | gsoc2013-evolution-7d1d00787026823bbc8c4721a30eb2e3af667907.tar gsoc2013-evolution-7d1d00787026823bbc8c4721a30eb2e3af667907.tar.gz gsoc2013-evolution-7d1d00787026823bbc8c4721a30eb2e3af667907.tar.bz2 gsoc2013-evolution-7d1d00787026823bbc8c4721a30eb2e3af667907.tar.lz gsoc2013-evolution-7d1d00787026823bbc8c4721a30eb2e3af667907.tar.xz gsoc2013-evolution-7d1d00787026823bbc8c4721a30eb2e3af667907.tar.zst gsoc2013-evolution-7d1d00787026823bbc8c4721a30eb2e3af667907.zip |
Hex decode the folder names when searching for them in the memory buffer,
2002-09-05 Jeffrey Stedfast <fejj@ximian.com>
* upgrade-mailer.c (imap_url_upgrade): Hex decode the folder names
when searching for them in the memory buffer, and re-hex encode
them when combining them with the rst of the URL.
(mailer_upgrade): Instead of reading in the storeinfo file as raw
binary data, use the camel-file-utils to correctly parse it.
svn path=/trunk/; revision=17994
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cc39096393..8c180d1ede 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2002-09-05 Jeffrey Stedfast <fejj@ximian.com> + + * upgrade-mailer.c (imap_url_upgrade): Hex decode the folder names + when searching for them in the memory buffer, and re-hex encode + them when combining them with the rst of the URL. + (mailer_upgrade): Instead of reading in the storeinfo file as raw + binary data, use the camel-file-utils to correctly parse it. + 2002-09-05 Anna Marie Dirks <anna@ximian.com> * GNOME_Evolution_Mail.oaf.in: Changed the descriptions of the |