aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-01-29 06:10:44 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-29 06:10:44 +0800
commit6861836d29bcff5b60ad250da11b0a596a2adccb (patch)
tree71736afd6406a2551927d93cc40a973d6f27f985 /camel/ChangeLog
parent84e6a5344f98f4b64b7316485c3f7a3c8bf8da33 (diff)
downloadgsoc2013-evolution-6861836d29bcff5b60ad250da11b0a596a2adccb.tar
gsoc2013-evolution-6861836d29bcff5b60ad250da11b0a596a2adccb.tar.gz
gsoc2013-evolution-6861836d29bcff5b60ad250da11b0a596a2adccb.tar.bz2
gsoc2013-evolution-6861836d29bcff5b60ad250da11b0a596a2adccb.tar.lz
gsoc2013-evolution-6861836d29bcff5b60ad250da11b0a596a2adccb.tar.xz
gsoc2013-evolution-6861836d29bcff5b60ad250da11b0a596a2adccb.tar.zst
gsoc2013-evolution-6861836d29bcff5b60ad250da11b0a596a2adccb.zip
Use flags rather than a bunch of gboolean variables. (smtp_connect): Same.
2002-01-28 Jeffrey Stedfast <fejj@ximian.com> * providers/smtp/camel-smtp-transport.c (smtp_construct): (connect_to_server): Use flags rather than a bunch of gboolean variables. (smtp_connect): Same. (smtp_mail): Here too. Use the enhanced status codes if available. (smtp_data): And again here. (smtp_helo): Finally here. Also detect the ENHANCEDSTATUSCODES extension. (smtp_rcpt): Use the enhanced status codes if available. (smtp_rset): Here too. (smtp_quit): And finally here. * camel-transport.h: Removed gboolean supports_8bit since this is pretty local to only SMTP for now. svn path=/trunk/; revision=15498
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 3e87e93217..9f3076c6cb 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,20 @@
+2002-01-28 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/smtp/camel-smtp-transport.c (smtp_construct):
+ (connect_to_server): Use flags rather than a bunch of gboolean
+ variables.
+ (smtp_connect): Same.
+ (smtp_mail): Here too. Use the enhanced status codes if available.
+ (smtp_data): And again here.
+ (smtp_helo): Finally here. Also detect the ENHANCEDSTATUSCODES
+ extension.
+ (smtp_rcpt): Use the enhanced status codes if available.
+ (smtp_rset): Here too.
+ (smtp_quit): And finally here.
+
+ * camel-transport.h: Removed gboolean supports_8bit since this is
+ pretty local to only SMTP for now.
+
2002-01-24 Ettore Perazzoli <ettore@ximian.com>
* Makefile.am: Remove some old cruft.