diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-28 07:12:46 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-28 07:12:46 +0800 |
commit | 7b128390181cff1339199e570180fac485ba60cf (patch) | |
tree | f2b4e5923ae0444c2423426c3d322edae3ee6f08 /camel/ChangeLog | |
parent | de1dd89f6c53f81b3dd68861d1ff50edf2dc5674 (diff) | |
download | gsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.tar gsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.tar.gz gsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.tar.bz2 gsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.tar.lz gsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.tar.xz gsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.tar.zst gsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.zip |
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>..."
svn path=/trunk/; revision=8985
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 8f1c231df9..fb091ec335 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +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>..." + 2001-03-27 Not Zed <NotZed@Ximian.com> * camel-folder-summary.c (camel_folder_summary_finalize): Unref |