diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-06-28 06:44:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-28 06:44:19 +0800 |
commit | 8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b (patch) | |
tree | d4c126134503398810c04cebd975ef07ea358653 /camel/ChangeLog | |
parent | f704f45bbf6561376cb41236d3fa205689718c58 (diff) | |
download | gsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.tar gsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.tar.gz gsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.tar.bz2 gsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.tar.lz gsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.tar.xz gsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.tar.zst gsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.zip |
Move the CAPABILITY command here so we don't have to keep checking each
2000-06-27 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-store.c (imap_connect): Move the
CAPABILITY command here so we don't have to keep checking
each time we open a folder.
(camel_imap_command_extended): If we are doing an EXAMINE,
don't bother doing a SELECT first.
* providers/imap/camel-imap-folder.c (imap_init): Update so
folder->has_search_capability depends on the parent IMAP store
(since this is really dependant on the IMAP implementation and
not the folder)
svn path=/trunk/; revision=3767
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index e8f380361c..d6471af21b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,16 @@ +2000-06-27 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/imap/camel-imap-store.c (imap_connect): Move the + CAPABILITY command here so we don't have to keep checking + each time we open a folder. + (camel_imap_command_extended): If we are doing an EXAMINE, + don't bother doing a SELECT first. + + * providers/imap/camel-imap-folder.c (imap_init): Update so + folder->has_search_capability depends on the parent IMAP store + (since this is really dependant on the IMAP implementation and + not the folder) + 2000-06-27 Christopher James Lahey <clahey@helixcode.com> * providers/smtp/camel-smtp-transport.c: Don't close the filter |