diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-25 05:09:35 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-25 05:09:35 +0800 |
commit | 66c5805817699db551d54912d1c5f6f6732fd2c3 (patch) | |
tree | 41d7d9a7fd644e5e0d1906e4ed51da72e22f7827 /camel/ChangeLog | |
parent | 1c61950527e07b6f0343f0c1a9ecf7d043b7873e (diff) | |
download | gsoc2013-evolution-66c5805817699db551d54912d1c5f6f6732fd2c3.tar gsoc2013-evolution-66c5805817699db551d54912d1c5f6f6732fd2c3.tar.gz gsoc2013-evolution-66c5805817699db551d54912d1c5f6f6732fd2c3.tar.bz2 gsoc2013-evolution-66c5805817699db551d54912d1c5f6f6732fd2c3.tar.lz gsoc2013-evolution-66c5805817699db551d54912d1c5f6f6732fd2c3.tar.xz gsoc2013-evolution-66c5805817699db551d54912d1c5f6f6732fd2c3.tar.zst gsoc2013-evolution-66c5805817699db551d54912d1c5f6f6732fd2c3.zip |
Same as in the TcpStreamRaw code. (stream_write): And again here...
2001-10-24 Jeffrey Stedfast <fejj@ximian.com>
* camel-stream-fs.c (stream_read): Same as in the TcpStreamRaw code.
(stream_write): And again here...
* camel-tcp-stream-raw.c (stream_read): Handle the EAGAIN error
case as well.
(stream_write): Same here, this might fix the SMTP truncation
thing? I hope?
svn path=/trunk/; revision=13993
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 79b420dfad..5d992ada5f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2001-10-24 Jeffrey Stedfast <fejj@ximian.com> + + * camel-stream-fs.c (stream_read): Same as in the TcpStreamRaw code. + (stream_write): And again here... + + * camel-tcp-stream-raw.c (stream_read): Handle the EAGAIN error + case as well. + (stream_write): Same here, this might fix the SMTP truncation + thing? I hope? + 2001-10-23 Dan Winship <danw@ximian.com> * camel-mime-utils.c (mail_list_magic): Remove an extra * in one |