X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtp_clienthandlers.h;h=afff029168bd798d35520aaf7095ae78d183fe39;hb=2b821f279ed1424d8b2f0c505fbd1ae1cfbdecce;hp=149c3ddc54fbc6bceff972ea636bdfc33d0be5cc;hpb=e8d10cbb47589a77628929c0a78f9154e5b44302;p=citadel.git diff --git a/citadel/modules/smtp/smtp_clienthandlers.h b/citadel/modules/smtp/smtp_clienthandlers.h index 149c3ddc5..afff02916 100644 --- a/citadel/modules/smtp/smtp_clienthandlers.h +++ b/citadel/modules/smtp/smtp_clienthandlers.h @@ -22,6 +22,8 @@ typedef enum _eSMTP_C_States { eEHLO, eHELO, eSMTPAuth, + eSMTPAuthPlain1, + eSMTPAuthPlain2, eFROM, eRCPT, eDATA, @@ -67,6 +69,7 @@ typedef struct _stmp_out_msg { char name[1024]; char mailfrom[1024]; + long SendLogin; long Flags; } SmtpOutMsg;