diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-28 05:37:49 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-28 05:37:49 +0800 |
commit | abd054f4244d020873c031bdc8de0cb7c57ca2c2 (patch) | |
tree | 3aa1d207b594bef0d31d68de5900b671688d4428 /camel/ChangeLog | |
parent | 7b379b8f3b59bafc137054a66ffd40a1e5908971 (diff) | |
download | gsoc2013-evolution-abd054f4244d020873c031bdc8de0cb7c57ca2c2.tar.gz gsoc2013-evolution-abd054f4244d020873c031bdc8de0cb7c57ca2c2.tar.zst gsoc2013-evolution-abd054f4244d020873c031bdc8de0cb7c57ca2c2.zip |
keep separate input and output streams so the output doesn't end up being
* providers/pop3/camel-pop3-store.c: keep separate input and
output streams so the output doesn't end up being buffered.
* providers/pop3/camel-pop3-folder.c (get_message_by_number):
finish implementing this.
* providers/Makefile.am (SUBDIRS): Add pop3.
svn path=/trunk/; revision=2196
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 396fdece55..ca0c4aba92 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2000-03-27 Dan Winship <danw@helixcode.com> + + * providers/Makefile.am (SUBDIRS): Add pop3. + + * providers/pop3/camel-pop3-store.c: keep separate input and + output streams so the output doesn't end up being buffered. + + * providers/pop3/camel-pop3-folder.c (get_message_by_number): + finish implementing this. + 2000-03-27 Michael Meeks <michael@helixcode.com> * camel-mime-part.c (my_set_disposition): fix so less broken. |