diff options
| author | Vincent Richard <[email protected]> | 2013-06-27 13:56:55 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-06-27 13:56:55 +0200 |
| commit | 86f0a63802d1bb6b2b13b8497a59f7af3a84ed9d (patch) | |
| tree | 61ac5152b100118e8a5f0fdf63f08d5c35e5b305 /SConstruct | |
| parent | Removed debug printf. (diff) | |
| download | vmime-86f0a63802d1bb6b2b13b8497a59f7af3a84ed9d.tar.gz vmime-86f0a63802d1bb6b2b13b8497a59f7af3a84ed9d.zip | |
Do not QP-encode CRLFs when content type is text.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -363,6 +363,7 @@ libvmimetest_sources = [ # ============================== Parser ============================== 'tests/parser/attachmentHelperTest.cpp', 'tests/parser/bodyPartTest.cpp', + 'tests/parser/bodyTest.cpp', 'tests/parser/charsetTest.cpp', 'tests/parser/charsetFilteredOutputStreamTest.cpp', 'tests/parser/datetimeTest.cpp', |
