]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/smtp/smtp_clienthandlers.h
when we did the login and replied, we mustn't try again to process the inbound comman...
[citadel.git] / citadel / modules / smtp / smtp_clienthandlers.h
index 64a405d99b6923e91617e22640a612cf758912ab..3e18261a22fe1fa671d904ae6c22ccb7a691fa9c 100644 (file)
@@ -22,6 +22,8 @@ typedef enum _eSMTP_C_States {
        eEHLO,
        eHELO,
        eSMTPAuth,
+       eSMTPAuthPlain1,
+       eSMTPAuthPlain2,
        eFROM,
        eRCPT,
        eDATA,
@@ -68,6 +70,7 @@ typedef struct _stmp_out_msg {
        char mailfrom[1024];
        long SendLogin;
        long Flags;
+       long IsRelay;
 } SmtpOutMsg;