aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-17 10:16:02 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-17 10:16:02 +0800
commit9cb818382137f41382560ac7594d5eebbc76624e (patch)
treed2292e0a2ec5162e27eca46416e338425c1a8a37 /camel/ChangeLog
parentf4f074a316adb77c4d9c727bf47ed64b086e52dc (diff)
downloadgsoc2013-evolution-9cb818382137f41382560ac7594d5eebbc76624e.tar
gsoc2013-evolution-9cb818382137f41382560ac7594d5eebbc76624e.tar.gz
gsoc2013-evolution-9cb818382137f41382560ac7594d5eebbc76624e.tar.bz2
gsoc2013-evolution-9cb818382137f41382560ac7594d5eebbc76624e.tar.lz
gsoc2013-evolution-9cb818382137f41382560ac7594d5eebbc76624e.tar.xz
gsoc2013-evolution-9cb818382137f41382560ac7594d5eebbc76624e.tar.zst
gsoc2013-evolution-9cb818382137f41382560ac7594d5eebbc76624e.zip
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. svn path=/trunk/; revision=4182
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index a84762ab61..26ee50f7a5 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,20 @@
+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.
+
2000-07-15 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c (camel_imap_folder_new):