aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2008-07-11 21:04:31 +0000
committerVincent Richard <[email protected]>2008-07-11 21:04:31 +0000
commit1d093c46a7be07ce9831a52065025e1b01a964ff (patch)
tree65a35e17dbdadc6645ea8c3a9abdd575da7d1c15
parentRemove BCC headers before sending the message over SMTP (Zarafa). (diff)
downloadvmime-1d093c46a7be07ce9831a52065025e1b01a964ff.tar.gz
vmime-1d093c46a7be07ce9831a52065025e1b01a964ff.zip
Actually add the 'Final-Recipient' header (Zarafa).
-rw-r--r--src/mdn/MDNHelper.cpp2
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))
{