aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-11-18 21:23:32 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-11-18 21:23:32 +0800
commit7ac3df49839aa97318a31b120788eab13acdf67c (patch)
tree1985b6fc02267ac045f49e7721ab9fbca72210a4 /camel/ChangeLog
parenteaa3f1598d5a83090234ba6df0a90a4010f24931 (diff)
downloadgsoc2013-evolution-7ac3df49839aa97318a31b120788eab13acdf67c.tar
gsoc2013-evolution-7ac3df49839aa97318a31b120788eab13acdf67c.tar.gz
gsoc2013-evolution-7ac3df49839aa97318a31b120788eab13acdf67c.tar.bz2
gsoc2013-evolution-7ac3df49839aa97318a31b120788eab13acdf67c.tar.lz
gsoc2013-evolution-7ac3df49839aa97318a31b120788eab13acdf67c.tar.xz
gsoc2013-evolution-7ac3df49839aa97318a31b120788eab13acdf67c.tar.zst
gsoc2013-evolution-7ac3df49839aa97318a31b120788eab13acdf67c.zip
If the namespace is at/below INBOX, check for the INBOX explicitly (since
2002-11-15 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store.c (imap_connect_online): If the namespace is at/below INBOX, check for the INBOX explicitly (since it obviously won't show up in a LSUB INBOX.*). If either INBOX is not returned in the response or if the folder flags contain \NoSelect, subscribe to INBOX and then try LSUB again. svn path=/trunk/; revision=18824
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 5ccf0d32e4..b2717b2dc1 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,11 @@
+2002-11-15 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/imap/camel-imap-store.c (imap_connect_online): If the
+ namespace is at/below INBOX, check for the INBOX explicitly (since
+ it obviously won't show up in a LSUB INBOX.*). If either INBOX is
+ not returned in the response or if the folder flags contain
+ \NoSelect, subscribe to INBOX and then try LSUB again.
+
2002-11-11 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-filter-tohtml.c (html_convert): Rewritten. Much much