diff options
author | Vincent Richard <[email protected]> | 2008-07-11 21:04:31 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2008-07-11 21:04:31 +0000 |
commit | 1d093c46a7be07ce9831a52065025e1b01a964ff (patch) | |
tree | 65a35e17dbdadc6645ea8c3a9abdd575da7d1c15 | |
parent | Remove BCC headers before sending the message over SMTP (Zarafa). (diff) | |
download | vmime-1d093c46a7be07ce9831a52065025e1b01a964ff.tar.gz vmime-1d093c46a7be07ce9831a52065025e1b01a964ff.zip |
Actually add the 'Final-Recipient' header (Zarafa).
-rw-r--r-- | src/mdn/MDNHelper.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mdn/MDNHelper.cpp b/src/mdn/MDNHelper.cpp index 377ed6a5..f9419a3c 100644 --- a/src/mdn/MDNHelper.cpp +++ b/src/mdn/MDNHelper.cpp @@ -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)) { |