aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-05-03 08:38:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-05-03 08:38:45 +0800
commitb3a906a2eca869ccd2dcd4a067aa60ede5b25ddb (patch)
tree64e849bf6ccad9827eb66e2b2d1d430f74259e33 /camel/ChangeLog
parent13711e101fa7c465b14dd2b10941839056cd2e5c (diff)
downloadgsoc2013-evolution-b3a906a2eca869ccd2dcd4a067aa60ede5b25ddb.tar
gsoc2013-evolution-b3a906a2eca869ccd2dcd4a067aa60ede5b25ddb.tar.gz
gsoc2013-evolution-b3a906a2eca869ccd2dcd4a067aa60ede5b25ddb.tar.bz2
gsoc2013-evolution-b3a906a2eca869ccd2dcd4a067aa60ede5b25ddb.tar.lz
gsoc2013-evolution-b3a906a2eca869ccd2dcd4a067aa60ede5b25ddb.tar.xz
gsoc2013-evolution-b3a906a2eca869ccd2dcd4a067aa60ede5b25ddb.tar.zst
gsoc2013-evolution-b3a906a2eca869ccd2dcd4a067aa60ede5b25ddb.zip
Fixed the fix for stupidly-broken-mailer bug #5 to work when multiple
2002-05-02 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.c (header_decode_mailbox): Fixed the fix for stupidly-broken-mailer bug #5 to work when multiple unescaped characters were in a row. Fixes bug #24140. svn path=/trunk/; revision=16672
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index e3d981d6e5..447a2f2e14 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,12 @@
2002-05-02 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-mime-utils.c (header_decode_mailbox): Fixed the fix for
+ stupidly-broken-mailer bug #5 to work when multiple unescaped
+ characters were in a row. Fixes bug #24140.
+
+ * camel-tcp-stream-raw.c (socket_connect): Check select() for
+ EINTR errors.
+
* camel-pgp-context.c (crypto_exec_with_passwd): Change the order
of some code so that we check if the select() failed before we
check for user-cancellation.