]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/smtp/smtp_clienthandlers.h
fix a bug introduced in a8bb950b3da00b7933912c27e2ad92814b10d75b ; we want to set...
[citadel.git] / citadel / modules / smtp / smtp_clienthandlers.h
index 3cbcb6d4a39881083aaf5d503c1480e880171826..3e18261a22fe1fa671d904ae6c22ccb7a691fa9c 100644 (file)
@@ -22,6 +22,8 @@ typedef enum _eSMTP_C_States {
        eEHLO,
        eHELO,
        eSMTPAuth,
+       eSMTPAuthPlain1,
+       eSMTPAuthPlain2,
        eFROM,
        eRCPT,
        eDATA,
@@ -66,8 +68,9 @@ typedef struct _stmp_out_msg {
        char node[1024];
        char name[1024];
        char mailfrom[1024];
-
+       long SendLogin;
        long Flags;
+       long IsRelay;
 } SmtpOutMsg;