aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-27 01:25:22 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-27 01:25:22 +0800
commit7fcd09767d75639caff1057233ca532060e98f42 (patch)
tree3f620c5173fd0af38d29d27857d0ec2f190e8cfe /camel/ChangeLog
parented86d76a071415d4af601693574e54ce8f432559 (diff)
downloadgsoc2013-evolution-7fcd09767d75639caff1057233ca532060e98f42.tar
gsoc2013-evolution-7fcd09767d75639caff1057233ca532060e98f42.tar.gz
gsoc2013-evolution-7fcd09767d75639caff1057233ca532060e98f42.tar.bz2
gsoc2013-evolution-7fcd09767d75639caff1057233ca532060e98f42.tar.lz
gsoc2013-evolution-7fcd09767d75639caff1057233ca532060e98f42.tar.xz
gsoc2013-evolution-7fcd09767d75639caff1057233ca532060e98f42.tar.zst
gsoc2013-evolution-7fcd09767d75639caff1057233ca532060e98f42.zip
Quote the folder name as it may contain spaces.
2000-09-26 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (imap_get_message_count_internal): Quote the folder name as it may contain spaces. (imap_get_subfolder_info_internal): Same. * providers/imap/camel-imap-utils.c (imap_parse_list_response): Do proper unquoting for folder names. (func_get_current_date): Implemented. * providers/imap/camel-imap-store.c (imap_folder_exists): Quote the folder name as it may have spaces. (imap_create): Same. (check_current_folder): Same. svn path=/trunk/; revision=5592
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index c744399186..4809e2b277 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,19 @@
+2000-09-26 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * providers/imap/camel-imap-folder.c
+ (imap_get_message_count_internal): Quote the folder name as it may
+ contain spaces.
+ (imap_get_subfolder_info_internal): Same.
+
+ * providers/imap/camel-imap-utils.c (imap_parse_list_response): Do
+ proper unquoting for folder names.
+ (func_get_current_date): Implemented.
+
+ * providers/imap/camel-imap-store.c
+ (imap_folder_exists): Quote the folder name as it may have spaces.
+ (imap_create): Same.
+ (check_current_folder): Same.
+
2000-09-22 Dan Winship <danw@helixcode.com>
* providers/imap/camel-imap-folder.c