aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-19 08:25:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-19 08:25:24 +0000
commit031fdede380670b32bc0689ac1da448261afaa40 (patch)
tree026df2f66c359335ed1dd76587c1748b66b6d1a3 /ChangeLog
parent2c73885ba907a831d7989c7645abd4807565c0f6 (diff)
made error check of IMAP4 fetch more strict.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@493 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0faef890..281a7223 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-08-19
+ * src/recv.c
+ src/imap.c: made error check more strict.
+
+2005-08-19
+
* src/socket.c: fd_write_all(): use fd_write() instead of directly
using write() (fixes IMAP4 on win32).