Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename part->id to part->contentID | June McEnroe | 2020-04-26 |
| | | | | Disambiguate with messageID. | ||
* | Render id, description and language as <pre> attributes | June McEnroe | 2020-04-22 |
| | |||
* | Skip leading whitespace in message IDs | June McEnroe | 2020-04-19 |
| | |||
* | Add bodyPartType helper | June McEnroe | 2020-04-14 |
| | |||
* | Add decoding stubs | June McEnroe | 2020-04-14 |
| | |||
* | Preserve original Date header in envelope | June McEnroe | 2020-04-13 |
| | |||
* | Use UTC date everywhere | June McEnroe | 2020-04-13 |
| | | | | | I thought I could preserve the original time zone but it turns out that libc is just too shit to do that. | ||
* | Allow missing DOW and obsolete zone in date | June McEnroe | 2020-04-12 |
| | |||
* | Fetch and parse BODYSTRUCTURE | June McEnroe | 2020-04-12 |
| | |||
* | Move parseEnvelope to parse.c | June McEnroe | 2020-04-10 |