Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix decoding adjacent encoded-words | June McEnroe | 2021-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 table | June McEnroe | 2020-11-29 |
| | |||
* | Fix bufferDest for when len requires more than cap * 2 | June McEnroe | 2020-11-29 |
| | |||
* | Say OpenSSL in additional permission notices | June McEnroe | 2020-11-28 |
| | |||
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Use a table to decode base64 | June McEnroe | 2020-04-29 |
| | |||
* | Clean up decode.c | June McEnroe | 2020-04-27 |
| | |||
* | Use template system for paths and URLs | June McEnroe | 2020-04-20 |
| | | | | This probably still needs a lot of cleaning up. | ||
* | Add decodeToFile | June McEnroe | 2020-04-17 |
| | |||
* | Skip invalid characters in base64 | June McEnroe | 2020-04-17 |
| | |||
* | Decode base64 | June McEnroe | 2020-04-16 |
| | |||
* | Decode quoted-printable and 7bit/8bit | June McEnroe | 2020-04-16 |
| | |||
* | Decode Q encoding | June McEnroe | 2020-04-16 |
| | |||
* | Parse encoded-word and convert charsets | June McEnroe | 2020-04-16 |
| | |||
* | Add decoding stubs | June McEnroe | 2020-04-14 |