diff options
author | Vincent Richard <[email protected]> | 2013-02-20 17:23:16 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-02-20 17:23:16 +0000 |
commit | 0b78377635269eb84d5fc358bc5b7e8b7aab3d46 (patch) | |
tree | 32cd173bedba19aa856f5dae129ae0512bef6aff | |
parent | Fixed SMTP dot stuffing at the beginning of content. (diff) | |
download | vmime-0b78377635269eb84d5fc358bc5b7e8b7aab3d46.tar.gz vmime-0b78377635269eb84d5fc358bc5b7e8b7aab3d46.zip |
7bit is the default encoding. Do not force CTE field with default value to be added in header.
-rw-r--r-- | src/body.cpp | 3 |
1 files changed, 0 insertions, 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 |