aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-03-25 08:42:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-03-25 08:42:05 +0800
commit2e125b7af652bb9be0dfc262c0cbe207f83211bf (patch)
tree476e647880da150c9ac58bfc735ef19141ec54ff /camel/ChangeLog
parent69b905b91592bb4b704682a0e57af838f621e9f6 (diff)
downloadgsoc2013-evolution-2e125b7af652bb9be0dfc262c0cbe207f83211bf.tar
gsoc2013-evolution-2e125b7af652bb9be0dfc262c0cbe207f83211bf.tar.gz
gsoc2013-evolution-2e125b7af652bb9be0dfc262c0cbe207f83211bf.tar.bz2
gsoc2013-evolution-2e125b7af652bb9be0dfc262c0cbe207f83211bf.tar.lz
gsoc2013-evolution-2e125b7af652bb9be0dfc262c0cbe207f83211bf.tar.xz
gsoc2013-evolution-2e125b7af652bb9be0dfc262c0cbe207f83211bf.tar.zst
gsoc2013-evolution-2e125b7af652bb9be0dfc262c0cbe207f83211bf.zip
New convenience wrapper function. (engine_parse_status): Fixed to handle
2004-03-24 Jeffrey Stedfast <fejj@ximian.com> * providers/imap4/camel-imap-engine.c (camel_imap_engine_literal): New convenience wrapper function. (engine_parse_status): Fixed to handle literal mailbox strings. * providers/imap4/camel-imap-command.c (camel_imap_command_newv): Changed how %L works - create the CamelIMAPLiteral for our caller instead of expecting them to create it for us. We can autodetect what type of object (stream vs data-wrapper) the literal is, so it's trivial to do. svn path=/trunk/; revision=25179
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 413374d135..ed10e180b2 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,15 @@
+2004-03-24 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/imap4/camel-imap-engine.c (camel_imap_engine_literal):
+ New convenience wrapper function.
+ (engine_parse_status): Fixed to handle literal mailbox strings.
+
+ * providers/imap4/camel-imap-command.c (camel_imap_command_newv):
+ Changed how %L works - create the CamelIMAPLiteral for our caller
+ instead of expecting them to create it for us. We can autodetect
+ what type of object (stream vs data-wrapper) the literal is, so
+ it's trivial to do.
+
2004-03-23 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (imap_get_message): Reworked