Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fetch and parse BODYSTRUCTURE | June McEnroe | 2020-04-12 |
| | |||
* | Do not use <h1> for subject lines | June McEnroe | 2020-04-12 |
| | |||
* | Use Message-Id in mailto Atom IDs | June McEnroe | 2020-04-11 |
| | |||
* | Write escapeXML in the same order as escapeURL | June McEnroe | 2020-04-10 |
| | |||
* | Revert "Use hard links for single-message mbox threads" | June McEnroe | 2020-04-10 |
| | | | | | | | This reverts commit 71d7aada572a6c2751d82f45869006c8a7be72c1. If the thread later has more messages in it, opening the link with mode "w" will also replace the contents of the linked file. | ||
* | Use hard links for single-message mbox threads | June McEnroe | 2020-04-10 |
| | |||
* | Concatenate Atom threads | June McEnroe | 2020-04-10 |
| | |||
* | Concatenate mbox threads | June McEnroe | 2020-04-10 |
| | |||
* | Parse envelope and find thread in concatData | June McEnroe | 2020-04-10 |
| | |||
* | Clean up exportData | June McEnroe | 2020-04-10 |
| | |||
* | Move parseEnvelope to parse.c | June McEnroe | 2020-04-10 |
| | |||
* | Move extra atoms into the predefined enum | June McEnroe | 2020-04-10 |
| | |||
* | Use dataCheck in parsing | June McEnroe | 2020-04-10 |
| | |||
* | Refactor main loop state machine | June McEnroe | 2020-04-10 |
| | |||
* | Fix UIDNEXT check and write | June McEnroe | 2020-04-10 |
| | |||
* | Fetch thread root envelopes for concat | June McEnroe | 2020-04-10 |
| | |||
* | Rename exportThreads to exportFetch | June McEnroe | 2020-04-10 |
| | |||
* | Only write UIDNEXT when finished | June McEnroe | 2020-04-10 |
| | |||
* | Link mbox files into message/ | June McEnroe | 2020-04-10 |
| | |||
* | Use UIDNEXT to avoid asking IMAP to do any work | June McEnroe | 2020-04-10 |
| | |||
* | Rearrange Atom templating code | June McEnroe | 2020-04-10 |
| | |||
* | Rearrange HTML templating code | June McEnroe | 2020-04-10 |
| | |||
* | Do not multiply URL template length by 3 | June McEnroe | 2020-04-10 |
| | | | | It doesn't get escaped. | ||
* | URL encode the fragment link | June McEnroe | 2020-04-09 |
| | |||
* | Move export code to export.c | June McEnroe | 2020-04-09 |
| | |||
* | Render Atom envelopes | June McEnroe | 2020-04-09 |
| | |||
* | Factor out templateURL | June McEnroe | 2020-04-09 |
| | |||
* | Render HTML To and Cc lists | June McEnroe | 2020-04-09 |
| | |||
* | Use replyTo for mailto URL | June McEnroe | 2020-04-09 |
| | |||
* | Render date in HTML envelope | June McEnroe | 2020-04-09 |
| | |||
* | Render escaped mailto URL | June McEnroe | 2020-04-09 |
| | |||
* | Render basic HTML envelopes with templating | June McEnroe | 2020-04-09 |
| | |||
* | Trim angle brackets from message IDs | June McEnroe | 2020-04-09 |
| | |||
* | Export mbox files | June McEnroe | 2020-04-09 |
| | |||
* | Parse envelopes | June McEnroe | 2020-04-09 |
| | |||
* | Send FETCH for uncached UIDs | June McEnroe | 2020-04-09 |
| | |||
* | Implement login and UIDVALIDITY check | June McEnroe | 2020-04-09 |
| | |||
* | Add IMAP parser | June McEnroe | 2020-04-09 |
| | |||
* | Add prospective manual page for bubger | June McEnroe | 2020-04-09 |