All SELECT calls now pass a NULL folder argument to
authorJeffrey Stedfast <fejj@helixcode.com>
Mon, 17 Jul 2000 02:16:02 +0000 (02:16 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Mon, 17 Jul 2000 02:16:02 +0000 (02:16 +0000)
commit9ddcfa56fe393d037db88e9619d8a8bde959f985
tree3153131e9fcf69a77b3e779b16627bc4c422f814
parentfb492f33aab6c2c722e77501ba357d24b0d95891
All SELECT calls now pass a NULL folder argument to

2000-07-16  Jeffrey Stedfast  <fejj@helixcode.com>

* providers/imap/camel-imap-store.c: All SELECT calls now pass
a NULL folder argument to camel_imap_command_extended() since it's
not needed.
(imap_connect): Moved service_class->connect() to the point right
after a connection is established with the server rather than
waiting until the end of the function.
(camel_imap_command): Updated the documentation comment
(camel_imap_command_extended): Before sending a command, first
check to make sure we are connected; if we aren't, then reconnect.
Don't strncmp() command with "SELECT" as it's redundant.

* providers/imap/camel-imap-folder.c: All SELECT calls now pass
a NULL folder argument to camel_imap_command_extended() since it's
not needed.
camel/ChangeLog
camel/providers/imap/camel-imap-folder.c
camel/providers/imap/camel-imap-store.c