summary refs log tree commit diff
path: root/parse.c (follow)
Commit message (Expand)AuthorAge
* Handle trailing comments in message IDsJune McEnroe2021-04-22
* Parse dates in a hopefully more portable fashionJune McEnroe2021-04-11
* Say OpenSSL in additional permission noticesJune McEnroe2020-11-28
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Rename part->id to part->contentIDJune McEnroe2020-04-26
* Render id, description and language as <pre> attributesJune McEnroe2020-04-22
* Skip leading whitespace in message IDsJune McEnroe2020-04-19
* Add bodyPartType helperJune McEnroe2020-04-14
* Add decoding stubsJune McEnroe2020-04-14
* Preserve original Date header in envelopeJune McEnroe2020-04-13
* Use UTC date everywhereJune McEnroe2020-04-13
* Allow missing DOW and obsolete zone in dateJune McEnroe2020-04-12
* Fetch and parse BODYSTRUCTUREJune McEnroe2020-04-12
* Move parseEnvelope to parse.cJune McEnroe2020-04-10