From 0b78377635269eb84d5fc358bc5b7e8b7aab3d46 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 20 Feb 2013 18:23:16 +0100 Subject: [PATCH] 7bit is the default encoding. Do not force CTE field with default value to be added in header. --- src/body.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/body.cpp b/src/body.cpp index 7cd7d401..20781012 100644 --- a/src/body.cpp +++ b/src/body.cpp @@ -362,9 +362,6 @@ void body::parseImpl { // Defaults to "7bit" (RFC-1521) enc = vmime::encoding(encodingTypes::SEVEN_BIT); - - // Set header field - m_header.acquire()->ContentTransferEncoding()->setValue(enc); } // Extract the (encoded) contents