diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-23 03:28:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-23 03:28:22 +0800 |
commit | d05a75a2b84c23d1f94233c14a632898663f28d1 (patch) | |
tree | 54d330f41658a5b0dcf6fca734c3059876732f22 /camel/ChangeLog | |
parent | 34208006ae99718571b35055cec8d8e2718df1dc (diff) | |
download | gsoc2013-evolution-d05a75a2b84c23d1f94233c14a632898663f28d1.tar gsoc2013-evolution-d05a75a2b84c23d1f94233c14a632898663f28d1.tar.gz gsoc2013-evolution-d05a75a2b84c23d1f94233c14a632898663f28d1.tar.bz2 gsoc2013-evolution-d05a75a2b84c23d1f94233c14a632898663f28d1.tar.lz gsoc2013-evolution-d05a75a2b84c23d1f94233c14a632898663f28d1.tar.xz gsoc2013-evolution-d05a75a2b84c23d1f94233c14a632898663f28d1.tar.zst gsoc2013-evolution-d05a75a2b84c23d1f94233c14a632898663f28d1.zip |
Workaround for Courier imap's brokeness when LSUBing the INBOX folder when
2002-08-22 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-utils.c (imap_parse_list_response):
Workaround for Courier imap's brokeness when LSUBing the INBOX
folder when it isn't subscribed to. Fixes bug #28929.
svn path=/trunk/; revision=17841
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6599dfbdba..224b3e2dc6 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,15 @@ +2002-08-22 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap/camel-imap-utils.c (imap_parse_list_response): + Workaround for Courier imap's brokeness when LSUBing the INBOX + folder when it isn't subscribed to. Fixes bug #28929. + +2002-08-21 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap/camel-imap-store.c (connect_to_server): If + imap_get_capability() fails, after unlocking the command_lock, + disconnect the service. + 2002-08-21 Jeffrey Stedfast <fejj@ximian.com> * camel-session.c (get_service): Don't register the noop timeout |