diff options
author | Dan Winship <danw@src.gnome.org> | 2001-02-16 02:10:24 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-02-16 02:10:24 +0800 |
commit | 3bd759d67e8a3c2d95d7d15385b78dfe5fcdb04b (patch) | |
tree | ee34cb11ea878750b6c2d12a809310bdf2617cfc /camel/ChangeLog | |
parent | bd655cb765f3ad19b68ab188dd95d07b0fbad216 (diff) | |
download | gsoc2013-evolution-3bd759d67e8a3c2d95d7d15385b78dfe5fcdb04b.tar.gz gsoc2013-evolution-3bd759d67e8a3c2d95d7d15385b78dfe5fcdb04b.tar.zst gsoc2013-evolution-3bd759d67e8a3c2d95d7d15385b78dfe5fcdb04b.zip |
IMAP4 (pre-rev1) doesn't allow BODY.PEEK[], so use RFC822.PEEK instead in
* providers/imap/camel-imap-folder.c (fetch_medium): IMAP4
(pre-rev1) doesn't allow BODY.PEEK[], so use RFC822.PEEK instead
in that case.
svn path=/trunk/; revision=8244
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 373a80b8f2..e304f2b413 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-02-15 Dan Winship <danw@ximian.com> + + * providers/imap/camel-imap-folder.c (fetch_medium): IMAP4 + (pre-rev1) doesn't allow BODY.PEEK[], so use RFC822.PEEK instead + in that case. + 2001-02-14 Christopher James Lahey <clahey@ximian.com> * camel-mime-filter-charset.c (complete, filter), |