Error out and set an exception if camel_pop3_engine_new() returns NULL
authorJeffrey Stedfast <fejj@novell.com>
Thu, 24 Jun 2004 21:49:41 +0000 (21:49 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Thu, 24 Jun 2004 21:49:41 +0000 (21:49 +0000)
commit977f3ef21135951dc329b31aaedc6e43a57b24af
treea34add19105146c00ee38868c7509ab113f0ef46
parent1ed85e54d1a6e87407cf9580390518cd30b0dd53
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).
camel/ChangeLog
camel/providers/pop3/camel-pop3-engine.c
camel/providers/pop3/camel-pop3-store.c