Actually add the 'Final-Recipient' header (Zarafa).

This commit is contained in:
Vincent Richard 2008-07-11 21:04:31 +00:00
parent ad0ea8ce9f
commit 1d093c46a7

View File

@ -267,6 +267,8 @@ ref <bodyPart> MDNHelper::createSecondMDNPart(const sendableMDNInfos& mdnInfos,
fr->setValue("rfc822; " + mdnInfos.getRecipient().getEmail());
fields.appendField(fr);
// -- Original-Message-ID
if (mdnInfos.getMessage()->getHeader()->hasField(vmime::fields::MESSAGE_ID))
{