diff options
author | Not Zed <NotZed@Ximian.com> | 2002-08-28 15:45:17 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-08-28 15:45:17 +0800 |
commit | 76d4c1a98efaab7d5d06edcde2ede189aa9b39e6 (patch) | |
tree | 85af8658acad1fe77c03a4576f0d5b6654f94350 /camel/ChangeLog | |
parent | 2839143b0b274ce88a7495a005109ab7d89e676d (diff) | |
download | gsoc2013-evolution-76d4c1a98efaab7d5d06edcde2ede189aa9b39e6.tar.gz gsoc2013-evolution-76d4c1a98efaab7d5d06edcde2ede189aa9b39e6.tar.zst gsoc2013-evolution-76d4c1a98efaab7d5d06edcde2ede189aa9b39e6.zip |
fixes a crash on systems that dont have utf7 in iconv.
2002-08-28 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-utils.c (imap_mailbox_encode): Chagned
to use camel_utf8_utf7 code.
(imap_mailbox_decode): As above, using camel_utf8_utf7. 'UTF-7'
isn't a widely support iconv() codeset, and besides the new code
is simpler.
* camel-utf8.[ch]: robust utilities for working with utf8 and utf7.
svn path=/trunk/; revision=17886
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f1c3f6cc72..a8277e579b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2002-08-28 Not Zed <NotZed@Ximian.com> + + * providers/imap/camel-imap-utils.c (imap_mailbox_encode): Chagned + to use camel_utf8_utf7 code. + (imap_mailbox_decode): As above, using camel_utf8_utf7. 'UTF-7' + isn't a widely support iconv() codeset, and besides the new code + is simpler. + + * camel-utf8.[ch]: robust utilities for working with utf8 and utf7. + 2002-08-27 Jeffrey Stedfast <fejj@ximian.com> * camel-folder-thread.c (camel_folder_thread_messages_new): Now |