7bit is the default encoding. Do not force CTE field with default value to be added in header.
This commit is contained in:
parent
d3f539bf92
commit
0b78377635
@ -362,9 +362,6 @@ void body::parseImpl
|
|||||||
{
|
{
|
||||||
// Defaults to "7bit" (RFC-1521)
|
// Defaults to "7bit" (RFC-1521)
|
||||||
enc = vmime::encoding(encodingTypes::SEVEN_BIT);
|
enc = vmime::encoding(encodingTypes::SEVEN_BIT);
|
||||||
|
|
||||||
// Set header field
|
|
||||||
m_header.acquire()->ContentTransferEncoding()->setValue(enc);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Extract the (encoded) contents
|
// Extract the (encoded) contents
|
||||||
|
Loading…
Reference in New Issue
Block a user