From 6861836d29bcff5b60ad250da11b0a596a2adccb Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 28 Jan 2002 22:10:44 +0000 Subject: Use flags rather than a bunch of gboolean variables. (smtp_connect): Same. 2002-01-28 Jeffrey Stedfast * 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 --- camel/camel-transport.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'camel/camel-transport.h') diff --git a/camel/camel-transport.h b/camel/camel-transport.h index 418fc402a2..a197749582 100644 --- a/camel/camel-transport.h +++ b/camel/camel-transport.h @@ -47,8 +47,6 @@ struct _CamelTransport CamelService parent_object; struct _CamelTransportPrivate *priv; - - gboolean supports_8bit; }; -- cgit v1.2.3