aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog16
1 files changed, 13 insertions, 3 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index a869f475c9..f1d716e425 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,10 +1,20 @@
2004-11-15 Jeffrey Stedfast <fejj@novell.com>
- * providers/pop3/camel-pop3-store.c (connect_to_server): Moved the
- last tcp_stream unref to afetr the last fail-check so that we
- won't ever get a double-unref on something we only own one ref on.
+ * providers/imap/camel-imap-store.c (connect_to_server): Use
+ camel_tcp_stream_ssl_new_raw() for STARTTLS stream.
+
+ * providers/imap4/camel-imap4-store.c (connect_to_server): Use
+ camel_tcp_stream_ssl_new_raw() for STARTTLS stream.
+
+ * providers/pop3/camel-pop3-store.c: Change default port numbers
+ to be correct (they shouldn't all be the pop3s port).
+ (connect_to_server): Moved the last tcp_stream unref to afetr the
+ last fail-check so that we won't ever get a double-unref on
+ something we only own one ref on.
(connect_to_server): Unref the tcp_stream if we fail to create an
engine object before returning fail.
+ (connect_to_server): Use camel_tcp_stream_ssl_new_raw() for
+ STARTTLS stream.
* providers/imap4/camel-imap4-stream.c (camel_imap4_stream_line):
Fix bug #69408 by filling our input buffer if inptr == inend.