Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-21 | Fixes/comments for guessBestEncoding (#304) | Jan Engelhardt | 1 | -0/+9 | |
* tests: add case for getRecommendedEncoding * vmime: avoid integer multiply wraparound in wordEncoder::guessBestEncoding If the input string is 42949673 characters long or larger, there will be integer overflow on 32-bit platforms when multiplying by 100. Switch that one computation to floating point. * vmime: update comment in wordEncoder::guessBestEncoding | |||||
2018-09-05 | Code style and clarity. | Vincent Richard | 1 | -43/+88 | |
2014-06-30 | Added support for language specification in RFC-2047 encoded words and ↵ | Vincent Richard | 1 | -5/+12 | |
RFC-2231 parameter values. | |||||
2013-03-08 | Refactored unit tests. | Vincent Richard | 1 | -5/+1 | |
2013-02-25 | Unit tests for wordEncoder. | Vincent Richard | 1 | -0/+126 | |