Read multiline SMTP-Replies; we need to analyze all of them to detect the proper...
[citadel.git] / citadel / modules / smtp / smtp_clienthandlers.h
index dedab4ba49b5c8af79e9ed30bdf40b7e21f8e664..28ffac713863213d91c48049bef3a89220cefabc 100644 (file)
@@ -62,6 +62,7 @@ typedef struct _stmp_out_msg {
        ParsedURL *pCurrRelay;
        StrBuf *msgtext;
        StrBuf *QMsgData;
+       StrBuf *MultiLineBuf;
        const char *envelope_from;
 
        char user[1024];