diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-10-04 06:49:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-10-04 06:49:42 +0800 |
commit | d23ef479891080fd65e88c21f4fbc5d85e9a560d (patch) | |
tree | 091ff223ea6a96165f90ca544f751974fd0e1148 /camel/camel-remote-store.h | |
parent | 6e713aeab6969705b5891274786d0a41a1f77726 (diff) | |
download | gsoc2013-evolution-d23ef479891080fd65e88c21f4fbc5d85e9a560d.tar.gz gsoc2013-evolution-d23ef479891080fd65e88c21f4fbc5d85e9a560d.tar.zst gsoc2013-evolution-d23ef479891080fd65e88c21f4fbc5d85e9a560d.zip |
Quote the mailbox name when sending a SELECT request otherwise mailboxes
2000-10-03 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-command.c (camel_imap_command): Quote
the mailbox name when sending a SELECT request otherwise mailboxes
with spaces in their names will cause problems.
* camel-mime-message.c (camel_mime_message_set_reply_to): encode
before setting.
(camel_mime_message_set_from): Same.
svn path=/trunk/; revision=5697
Diffstat (limited to 'camel/camel-remote-store.h')
-rw-r--r-- | camel/camel-remote-store.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/camel-remote-store.h b/camel/camel-remote-store.h index 4a91f7a3e7..2d6bc829c2 100644 --- a/camel/camel-remote-store.h +++ b/camel/camel-remote-store.h @@ -76,5 +76,3 @@ void camel_remote_store_refresh_folders (CamelRemoteStore *store, #endif /* __cplusplus */ #endif /* CAMEL_REMOTE_STORE_H */ - - |