aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-06-23 10:31:47 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-06-23 10:31:47 +0800
commit642d8b228a1e2207b921dc22508e9ffed888b877 (patch)
tree55e3953592c4a62b0e09d9eff94d84a93ccd3ba3 /camel/ChangeLog
parent30f5127773cfacc67b83ead6d644db07fa817381 (diff)
downloadgsoc2013-evolution-642d8b228a1e2207b921dc22508e9ffed888b877.tar
gsoc2013-evolution-642d8b228a1e2207b921dc22508e9ffed888b877.tar.gz
gsoc2013-evolution-642d8b228a1e2207b921dc22508e9ffed888b877.tar.bz2
gsoc2013-evolution-642d8b228a1e2207b921dc22508e9ffed888b877.tar.lz
gsoc2013-evolution-642d8b228a1e2207b921dc22508e9ffed888b877.tar.xz
gsoc2013-evolution-642d8b228a1e2207b921dc22508e9ffed888b877.tar.zst
gsoc2013-evolution-642d8b228a1e2207b921dc22508e9ffed888b877.zip
Oops. Now appends the namespace to the folder before querying for the
2000-06-22 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (imap_get_message_count): Oops. Now appends the namespace to the folder before querying for the number of messages. * providers/imap/camel-imap-store.c (imap_folder_exists): New convenience function for use by imap_create(). (get_folder): If folder is specified as "/", we really want "INBOX". * providers/sendmail/camel-sendmail-provider.c: * providers/vee/camel-vee-provider.c: * providers/smtp/camel-smtp-provider.c: * providers/mbox/camel-mbox-provider.c: * providers/pop3/camel-pop3-provider.c: * providers/imap/camel-imap-provider.c: Updated * camel-session.c: Moved service_cache hash table into the providers. (service_cache_remove): Updated. (camel_session_get_service): Updated. * camel-url.c (camel_url_hash): Took out the hashing of url->passwd. We don't want this anymore. * providers/imap/camel-imap-folder.c (imap_init): Took out references to 'namespace' (camel_imap_folder_init): Same * providers/imap/camel-imap-folder.h: No more namespace. We are instead going to use url->path as the namespace. svn path=/trunk/; revision=3705
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index b0b7c0a9e3..ea796dc1da 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,14 @@
2000-06-22 Jeffrey Stedfast <fejj@helixcode.com>
+ * providers/imap/camel-imap-folder.c (imap_get_message_count):
+ Oops. Now appends the namespace to the folder before querying
+ for the number of messages.
+
+ * providers/imap/camel-imap-store.c (imap_folder_exists): New
+ convenience function for use by imap_create().
+ (get_folder): If folder is specified as "/", we really want
+ "INBOX".
+
* providers/sendmail/camel-sendmail-provider.c:
* providers/vee/camel-vee-provider.c:
* providers/smtp/camel-smtp-provider.c: