If we aren't going to even check the resp/free buffer that gets returned
authorJeffrey Stedfast <fejj@ximian.com>
Tue, 27 Mar 2001 23:12:46 +0000 (23:12 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Tue, 27 Mar 2001 23:12:46 +0000 (23:12 +0000)
commit3dec90b22d4514c126c98bb026676c7e10e1653d
treecc46cd9b1de875a1b549888373383ba0f4be9dd2
parent39ee813d8dab7575efbb8bb587b8711226c97d6e
If we aren't going to even check the resp/free buffer that gets returned

2001-03-27  Jeffrey Stedfast  <fejj@ximian.com>

* providers/pop3/camel-pop3-folder.c (pop3_sync): If we aren't
going to even check the resp/free buffer that gets returned from
camel_pop3_command, don't even bother using it. Send in NULL
instead.
(pop3_get_message): Check to make sure that the `result' string is
non-NULL. It's possible that some POP servers may return with
"+OK\r\n<message>..." rather than the expected
"+OK ### octets\r\n<message>..."
camel/ChangeLog
camel/Makefile.am
camel/providers/pop3/camel-pop3-folder.c