diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-10-23 02:17:06 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-10-23 02:17:06 +0800 |
commit | 08af37f5686c80bad8b3ec88ab3f130d0827f977 (patch) | |
tree | 0bdb2f2ee39c503399cb05d9b0026dcdec14ab11 /camel/ChangeLog | |
parent | b6ca9198e820a5d0ca35bf497b957bd199f03c82 (diff) | |
download | gsoc2013-evolution-08af37f5686c80bad8b3ec88ab3f130d0827f977.tar.gz gsoc2013-evolution-08af37f5686c80bad8b3ec88ab3f130d0827f977.tar.zst gsoc2013-evolution-08af37f5686c80bad8b3ec88ab3f130d0827f977.zip |
Canonicalise the source_uri to not have a path. Fixes bug #32268.
2002-10-18 Jeffrey Stedfast <fejj@ximian.com>
* camel-filter-driver.c (camel_filter_driver_filter_folder):
Canonicalise the source_uri to not have a path. Fixes bug #32268.
2002-10-17 Jeffrey Stedfast <fejj@ximian.com>
Possible fix for bug #32270
* providers/pop3/camel-pop3-store.c (try_sasl): If we get an I/O
error, we should not be setting the CANT_AUTH exception but should
instead be setting the SYSTEM exception. Also check for EINTR
which signifies a USER_CANCEL exception.
(pop3_try_authenticate): If the auth mechanism isn't supported,
don't set the CANT_AUTH exception since then we will loop and try
again with the same data which will just cause an infinite loop.
(pop3_connect): Simplified a bit.
svn path=/trunk/; revision=18412
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 4723610114..410266a4ef 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,21 @@ +2002-10-18 Jeffrey Stedfast <fejj@ximian.com> + + * camel-filter-driver.c (camel_filter_driver_filter_folder): + Canonicalise the source_uri to not have a path. Fixes bug #32268. + +2002-10-17 Jeffrey Stedfast <fejj@ximian.com> + + Possible fix for bug #32270 + + * providers/pop3/camel-pop3-store.c (try_sasl): If we get an I/O + error, we should not be setting the CANT_AUTH exception but should + instead be setting the SYSTEM exception. Also check for EINTR + which signifies a USER_CANCEL exception. + (pop3_try_authenticate): If the auth mechanism isn't supported, + don't set the CANT_AUTH exception since then we will loop and try + again with the same data which will just cause an infinite loop. + (pop3_connect): Simplified a bit. + 2002-10-17 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream-ssl.c (camel_certdb_nss_cert_set): If @@ -28,11 +46,10 @@ 2002-10-03 Not Zed <NotZed@Ximian.com> - * camel-folder.c - (filter_filter): Do the filtering ourselves. This is so a problem - like a missing uid (which can happen legitemitely) doesn't - prematurely abort filtering. Stop on all other errors. See - #31667. + * camel-folder.c (filter_filter): Do the filtering ourselves. + This is so a problem like a missing uid (which can happen + legitemitely) doesn't prematurely abort filtering. Stop on all + other errors. See #31667. 2002-10-16 Jeffrey Stedfast <fejj@ximian.com> |