about summary refs log tree commit diff
path: root/decode.c (follow)
Commit message (Collapse)AuthorAge
* Make copyrights and AUTHORS consistent HEAD masterJune McEnroe2022-09-18
|
* Fix decoding adjacent encoded-wordsJune McEnroe2021-06-10
| | | | | | | | | | | RFC 2047 6.2. Display of 'encoded-word's: > When displaying a particular header field that contains multiple > 'encoded-word's, any 'linear-white-space' that separates a pair of > adjacent 'encoded-word's is ignored. (This is to allow the use of > multiple 'encoded-word's to represent long strings of unencoded text, > without having to separate 'encoded-word's where spaces occur in the > unencoded text.)
* Simplify base64 tableJune McEnroe2020-11-29
|
* Fix bufferDest for when len requires more than cap * 2June McEnroe2020-11-29
|
* Say OpenSSL in additional permission noticesJune McEnroe2020-11-28
|
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Use a table to decode base64June McEnroe2020-04-29
|
* Clean up decode.cJune McEnroe2020-04-27
|
* Use template system for paths and URLsJune McEnroe2020-04-20
| | | | This probably still needs a lot of cleaning up.
* Add decodeToFileJune McEnroe2020-04-17
|
* Skip invalid characters in base64June McEnroe2020-04-17
|
* Decode base64June McEnroe2020-04-16
|
* Decode quoted-printable and 7bit/8bitJune McEnroe2020-04-16
|
* Decode Q encodingJune McEnroe2020-04-16
|
* Parse encoded-word and convert charsetsJune McEnroe2020-04-16
|
* Add decoding stubsJune McEnroe2020-04-14