diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-26 02:27:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-26 02:27:41 +0800 |
commit | c8c4777d6d0928e7dd2f68aeff5a43e3e660c12a (patch) | |
tree | 65dd1f2ddc6385ffaeddc78039f5940646c42973 /camel/ChangeLog | |
parent | 41810f55a293ed42e3c1cfc19accad1f1fc174e9 (diff) | |
download | gsoc2013-evolution-c8c4777d6d0928e7dd2f68aeff5a43e3e660c12a.tar.gz gsoc2013-evolution-c8c4777d6d0928e7dd2f68aeff5a43e3e660c12a.tar.zst gsoc2013-evolution-c8c4777d6d0928e7dd2f68aeff5a43e3e660c12a.zip |
Fix for bug #55018.
2004-03-25 Jeffrey Stedfast <fejj@ximian.com>
Fix for bug #55018.
* providers/imap/camel-imap-store.c (create_folder): Don't allow
the suer to create folders with #, %, * or the directory separator
in the folder name (added the checks for %, * and #).
(get_folder_online): Add a check to make sure the folder name is
sane before sending a CREATE (ie. we want to allow getting of
folders with discouraged characters in them if they exist, but we
don't want to allow the user to create them).
svn path=/trunk/; revision=25186
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 5842284aca..4d7a32fc37 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,15 @@ +2004-03-25 Jeffrey Stedfast <fejj@ximian.com> + + Fix for bug #55018. + + * providers/imap/camel-imap-store.c (create_folder): Don't allow + the suer to create folders with #, %, * or the directory separator + in the folder name (added the checks for %, * and #). + (get_folder_online): Add a check to make sure the folder name is + sane before sending a CREATE (ie. we want to allow getting of + folders with discouraged characters in them if they exist, but we + don't want to allow the user to create them). + 2004-03-25 Martyn Russell <ginxd@btopenworld.com> * providers/smtp/camel-smtp-provider.c: Removed newline character |