diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-07-02 04:07:13 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-07-02 04:07:13 +0800 |
commit | 3e96455b29cdd0494fc4faf7edbf0532594a9cc0 (patch) | |
tree | 36dba5225c485828884b3a65df4a9d6c2f1535a4 /camel/ChangeLog | |
parent | 57abc7f89543a5295008ab1d808a8b0f59808bb1 (diff) | |
download | gsoc2013-evolution-3e96455b29cdd0494fc4faf7edbf0532594a9cc0.tar gsoc2013-evolution-3e96455b29cdd0494fc4faf7edbf0532594a9cc0.tar.gz gsoc2013-evolution-3e96455b29cdd0494fc4faf7edbf0532594a9cc0.tar.bz2 gsoc2013-evolution-3e96455b29cdd0494fc4faf7edbf0532594a9cc0.tar.lz gsoc2013-evolution-3e96455b29cdd0494fc4faf7edbf0532594a9cc0.tar.xz gsoc2013-evolution-3e96455b29cdd0494fc4faf7edbf0532594a9cc0.tar.zst gsoc2013-evolution-3e96455b29cdd0494fc4faf7edbf0532594a9cc0.zip |
Fixed the bug that would sometimes leave part of the server response
2000-07-01 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c (imap_get_message): Fixed
the bug that would sometimes leave part of the server response
tacked on to the end of the message.
svn path=/trunk/; revision=3847
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index ceb01095f0..90cac0d0ee 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2000-07-01 Jeffrey Stedfast <fejj@helixcode.com> + * providers/imap/camel-imap-folder.c (imap_get_message): Fixed + the bug that would sometimes leave part of the server response + tacked on to the end of the message. + * camel-folder.c: Renamed _by_uid methods. Since we no longer have get-by-number methods, no need to have the _by_uid extensions. |