X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtp_clienthandlers.h;fp=citadel%2Fmodules%2Fsmtp%2Fsmtp_clienthandlers.h;h=38a7f58f4490795fc987ee98b8baeeb0b59e31b7;hb=4fdc7029ccef0500fd8f968413c2b82db8fe2f29;hp=02b84e75fb213fa8e864885c2f457205e2f39fc8;hpb=811592051c9c28dfd815d8e36b4006a7b78d6d66;p=citadel.git diff --git a/citadel/modules/smtp/smtp_clienthandlers.h b/citadel/modules/smtp/smtp_clienthandlers.h index 02b84e75f..38a7f58f4 100644 --- a/citadel/modules/smtp/smtp_clienthandlers.h +++ b/citadel/modules/smtp/smtp_clienthandlers.h @@ -38,6 +38,8 @@ typedef struct _stmp_out_msg { long n; AsyncIO IO; long CXFlags; + int IDestructQueItem; + int nRemain; eSMTP_C_States State; @@ -57,11 +59,14 @@ typedef struct _stmp_out_msg { ParsedURL *Relay; ParsedURL *pCurrRelay; StrBuf *msgtext; + StrBuf *QMsgData; const char *envelope_from; + char user[1024]; char node[1024]; char name[1024]; char mailfrom[1024]; + long Flags; } SmtpOutMsg;