aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-08-13 06:56:55 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-08-13 06:56:55 +0800
commit031bffff9cf122ac2014d364c249d7e894929bbc (patch)
tree08d63e6ca24ce7e9fc35ab4bc83d731abc539d07 /camel/ChangeLog
parent8b3a32b908b9e0bb6029ea07f0089f979a1e5974 (diff)
downloadgsoc2013-evolution-031bffff9cf122ac2014d364c249d7e894929bbc.tar
gsoc2013-evolution-031bffff9cf122ac2014d364c249d7e894929bbc.tar.gz
gsoc2013-evolution-031bffff9cf122ac2014d364c249d7e894929bbc.tar.bz2
gsoc2013-evolution-031bffff9cf122ac2014d364c249d7e894929bbc.tar.lz
gsoc2013-evolution-031bffff9cf122ac2014d364c249d7e894929bbc.tar.xz
gsoc2013-evolution-031bffff9cf122ac2014d364c249d7e894929bbc.tar.zst
gsoc2013-evolution-031bffff9cf122ac2014d364c249d7e894929bbc.zip
Now takes a char * parameter rather than a stream
2000-08-12 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-store.c (camel_imap_command_continuation): Now takes a char * parameter rather than a stream (camel_imap_command_continuation_with_stream): Same function as above but takes a stream parameter instead * providers/imap/camel-imap-folder.c (imap_append_message): Use camel_imap_command_continuation_with_stream svn path=/trunk/; revision=4786
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 1c3d1a031c..81255a8afc 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,14 @@
+2000-08-12 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * providers/imap/camel-imap-store.c
+ (camel_imap_command_continuation): Now takes a char * parameter
+ rather than a stream
+ (camel_imap_command_continuation_with_stream): Same function as
+ above but takes a stream parameter instead
+
+ * providers/imap/camel-imap-folder.c (imap_append_message): Use
+ camel_imap_command_continuation_with_stream
+
2000-08-12 Dan Winship <danw@helixcode.com>
* providers/pop3/camel-pop3-store.c (pop3_try_authenticate): New