Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid force-encoding display names that fit within qcontent | Jan Engelhardt | 2020-12-11 | 1 | -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 Richard | 2018-09-05 | 1 | -15/+29 |
| | |||||
* | Boost/C++11 shared pointers. | Vincent Richard | 2013-11-21 | 1 | -2/+2 |
| | |||||
* | Do not QP-encode CRLFs when content type is text. | Vincent Richard | 2013-06-27 | 1 | -0/+66 |