sync with 0.7.6cvs18
[claws.git] / src / smtp.h
index 8e5707dff7a62889c8021c9b777c4d78d6466ef7..3fd848c164019de296a20182b07bf63a96391f50 100644 (file)
@@ -47,15 +47,6 @@ typedef struct _SMTPSession  SMTPSession;
 #define        ESMTP_SIZE              0x02
 #define        ESMTP_ETRN              0x04
 
-#if USE_SSL
-typedef enum
-{
-       SSL_SMTP_NONE,
-       SSL_SMTP_TUNNEL,
-       SSL_SMTP_STARTTLS
-} SSLSMTPType;
-#endif
-
 typedef enum
 {
        SMTPAUTH_LOGIN      = 1 << 0,
@@ -78,7 +69,7 @@ Session *smtp_session_new     (const gchar    *server,
                                 const gchar    *domain,
                                 const gchar    *user,
                                 const gchar    *pass,
-                                SSLSMTPType     ssl_type);
+                                SSLType         ssl_type);
 #else
 Session *smtp_session_new      (const gchar    *server,
                                 gushort         port,