7bit is the default encoding. Do not force CTE field with default value to be added in header.

This commit is contained in:
Vincent Richard 2013-02-20 18:23:16 +01:00
parent d3f539bf92
commit 0b78377635

View File

@ -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