diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a41a94277e..370f21b528 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,22 @@ +2000-12-15 Dan Winship <danw@helixcode.com> + + * providers/imap/camel-imap-command.c (camel_imap_command): Change + the semantics of fmt: Now %S (capital S) means an IMAP "string", + (which can be sent as either a quoted string or a literal). If + the server supports LITERAL+, these will be sent as extended + literals (which don't require any special escaping). Otherwise + they'll be sent as quoted strings (and it now properly deals with + " or \ in the string). + (imap_command_strdup_vprintf): Utility routine that does the real + work for the functionality mentioned above. + + * providers/imap/camel-imap-utils.c (imap_quote_string): Turns a + string into a proper IMAP "quoted string". + + * providers/imap/camel-imap-store.c: + * providers/imap/camel-imap-folder.c: Use %S instead of "%s" where + appropriate. + 2000-12-15 Jeffrey Stedfast <fejj@helixcode.com> * camel-mime-utils.c (header_fold): When checking to see if we |