diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-13 08:27:30 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-13 08:27:30 +0800 |
commit | c0748cf4f1e4a0178f5218ae73004d3d8c3d4d44 (patch) | |
tree | 23c34697126702429513c5924da8b59127fea3c9 /camel/ChangeLog | |
parent | 6c12613258f40118afae97e3868e0c007912bf28 (diff) | |
download | gsoc2013-evolution-c0748cf4f1e4a0178f5218ae73004d3d8c3d4d44.tar gsoc2013-evolution-c0748cf4f1e4a0178f5218ae73004d3d8c3d4d44.tar.gz gsoc2013-evolution-c0748cf4f1e4a0178f5218ae73004d3d8c3d4d44.tar.bz2 gsoc2013-evolution-c0748cf4f1e4a0178f5218ae73004d3d8c3d4d44.tar.lz gsoc2013-evolution-c0748cf4f1e4a0178f5218ae73004d3d8c3d4d44.tar.xz gsoc2013-evolution-c0748cf4f1e4a0178f5218ae73004d3d8c3d4d44.tar.zst gsoc2013-evolution-c0748cf4f1e4a0178f5218ae73004d3d8c3d4d44.zip |
implemented a temp hack for the imap fetch by uid code
(works something like the POP code, should be fixed to work like we originally planned)
svn path=/trunk/; revision=3540
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 77e7500988..d844cfa2d5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2000-06-12 Jeffrey Stedfast <fejj@helixcode.com> + * providers/imap/camel-imap-folder.c (imap_get_message_by_uid): + Works like the POP fetch code, should work for temporarily until + we get around to coding it the way it "Should Be". + * providers/pop3/camel-pop3-folder.c (get_message_by_uid): Now uses the camel-mime-filter-crlf decoder when retrieving messages. |