aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/bodyTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid force-encoding display names that fit within qcontentJan Engelhardt2020-12-111-1/+0
| | | | | | | | | When the display name contains an At sign, or anything of the sort, libvmime would forcibly encode this to =?...?=, even if the line is fine ASCII which only needs quoting. rspamd takes excessive quoting as a sign of spam and penalizes such mails by raising the score (rule/match: TO_EXCESS_QP et al.)
* Code style and clarity.Vincent Richard2018-09-051-15/+29
|
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-2/+2
|
* Do not QP-encode CRLFs when content type is text.Vincent Richard2013-06-271-0/+66