aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/smtp/camel-smtp-transport.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-26 06:11:11 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-26 06:11:11 +0800
commit16fe42c893218a56e9b7fb1cd9418f8569a0f51f (patch)
tree44ccf1c7836589c3c38e61155d72732c5c2f2712 /camel/providers/smtp/camel-smtp-transport.h
parentcfaa972fcb46ff0d071d367084e910ec91f4f3c4 (diff)
downloadgsoc2013-evolution-16fe42c893218a56e9b7fb1cd9418f8569a0f51f.tar
gsoc2013-evolution-16fe42c893218a56e9b7fb1cd9418f8569a0f51f.tar.gz
gsoc2013-evolution-16fe42c893218a56e9b7fb1cd9418f8569a0f51f.tar.bz2
gsoc2013-evolution-16fe42c893218a56e9b7fb1cd9418f8569a0f51f.tar.lz
gsoc2013-evolution-16fe42c893218a56e9b7fb1cd9418f8569a0f51f.tar.xz
gsoc2013-evolution-16fe42c893218a56e9b7fb1cd9418f8569a0f51f.tar.zst
gsoc2013-evolution-16fe42c893218a56e9b7fb1cd9418f8569a0f51f.zip
Remove "possibly non-fatal" exception strings, all exceptions are fatal
2002-07-25 Jeffrey Stedfast <fejj@ximian.com> * providers/smtp/camel-smtp-transport.c: Remove "possibly non-fatal" exception strings, all exceptions are fatal unless their caller decides otherwise. (connect_to_server): If smtp_helo() fails due to us getting disconnected, treat the exception as fatal. (smtp_connect): Abort if smtp_helo() fails and we got disconnected. (smtp_send_to): If smtp_mail() fails, abort the send operation. (smtp_set_exception): If respbuf was NULL, then we got disconnected and so update our state accordingly. (smtp_disconnect): Only send a QUIT if we are still in the connected state (or, at least think we are). svn path=/trunk/; revision=17595
Diffstat (limited to 'camel/providers/smtp/camel-smtp-transport.h')
-rw-r--r--camel/providers/smtp/camel-smtp-transport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/smtp/camel-smtp-transport.h b/camel/providers/smtp/camel-smtp-transport.h
index 0a57213c8d..9874eb09c3 100644
--- a/camel/providers/smtp/camel-smtp-transport.h
+++ b/camel/providers/smtp/camel-smtp-transport.h
@@ -62,6 +62,7 @@ typedef struct {
guint32 flags;
+ gboolean connected;
CamelTcpAddress *localaddr;
GHashTable *authtypes;