diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-06-25 05:49:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-25 05:49:41 +0800 |
commit | 0ef312f45de342d9eb91bda74503497974c39084 (patch) | |
tree | 51c26409cfcfbc0e92d3e0cd626ec97c142245e0 /camel/ChangeLog | |
parent | 4110b183b7326182ef014516be7c4a53a8c1bb76 (diff) | |
download | gsoc2013-evolution-0ef312f45de342d9eb91bda74503497974c39084.tar.gz gsoc2013-evolution-0ef312f45de342d9eb91bda74503497974c39084.tar.zst gsoc2013-evolution-0ef312f45de342d9eb91bda74503497974c39084.zip |
Error out and set an exception if camel_pop3_engine_new() returns NULL
2004-06-24 Jeffrey Stedfast <fejj@novell.com>
* providers/pop3/camel-pop3-store.c (connect_to_server): Error out
and set an exception if camel_pop3_engine_new() returns NULL
(which it can do now).
* providers/pop3/camel-pop3-engine.c (get_capabilities): No longer
reads the greeting.
(camel_pop3_engine_new): Reads the greeting itself and returns
NULL if an error occurs (like stupid braindamaged piece of shit
POP servers that spew debug prinfs).
svn path=/trunk/; revision=26504
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index cc0c9c3cef..e96c83fa6e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,15 @@ 2004-06-24 Jeffrey Stedfast <fejj@novell.com> + * providers/pop3/camel-pop3-store.c (connect_to_server): Error out + and set an exception if camel_pop3_engine_new() returns NULL + (which it can do now). + + * providers/pop3/camel-pop3-engine.c (get_capabilities): No longer + reads the greeting. + (camel_pop3_engine_new): Reads the greeting itself and returns + NULL if an error occurs (like stupid braindamaged piece of shit + POP servers that spew debug prinfs). + * providers/local/camel-spool-folder.c (spool_lock): If we fail to lock the folder, close the lockfd and reset it to -1. Fixes bug #54680. |