2004-11-26 [colin] 0.9.12cvs173.1
[claws.git] / src / common / smtp.h
index 017917d324a50b53ada893e8f6767c171ce7a500..b813ae68cf366b9edaef343c8c4e62b322b4fe62 100644 (file)
@@ -76,7 +76,6 @@ typedef enum
        SMTP_RSET,
        SMTP_QUIT,
        SMTP_ERROR,
        SMTP_RSET,
        SMTP_QUIT,
        SMTP_ERROR,
-       SMTP_AUTH_FAILED,
        SMTP_DISCONNECTED,
 
        N_SMTP_PHASE
        SMTP_DISCONNECTED,
 
        N_SMTP_PHASE
@@ -104,11 +103,15 @@ struct _SMTPSession
        guchar *send_data;
        guint send_data_len;
 
        guchar *send_data;
        guint send_data_len;
 
+       gint max_message_size;
+
        SMTPAuthType avail_auth_type;
        SMTPAuthType forced_auth_type;
        SMTPAuthType auth_type;
 
        SMTPErrorValue error_val;
        SMTPAuthType avail_auth_type;
        SMTPAuthType forced_auth_type;
        SMTPAuthType auth_type;
 
        SMTPErrorValue error_val;
+       gchar *error_msg;
+       gboolean is_esmtp;
 };
 
 Session *smtp_session_new      (void);
 };
 
 Session *smtp_session_new      (void);