Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Swap -s and -S | June McEnroe | 2020-04-30 |
| | |||
* | Add -S for subscribe link | June McEnroe | 2020-04-30 |
| | | | | These base* variables are badly named... | ||
* | Clean up archive.c | June McEnroe | 2020-04-26 |
| | |||
* | Add -q to exit non-zero on early exit | June McEnroe | 2020-04-26 |
| | |||
* | Add mailto address for the archive | June McEnroe | 2020-04-26 |
| | |||
* | Generate index.atom | June McEnroe | 2020-04-26 |
| | |||
* | Accumulate thread envelopes before concatenation | June McEnroe | 2020-04-25 |
| | |||
* | Write attachment files | June McEnroe | 2020-04-17 |
| | | | | | All this path stuff needs cleaning up. I think it's time to use the template renderer for paths. | ||
* | Rewrite HTML rendering | June McEnroe | 2020-04-15 |
| | |||
* | Use two FILEs for IMAP | June McEnroe | 2020-04-13 |
| | | | | Turns out that funopen cannot be used for a full-duplex socket. | ||
* | Add -u option to set base URL | June McEnroe | 2020-04-13 |
| | |||
* | Fetch and parse BODYSTRUCTURE | June McEnroe | 2020-04-12 |
| | |||
* | Concatenate mbox threads | June McEnroe | 2020-04-10 |
| | |||
* | Move extra atoms into the predefined enum | 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 |
| | |||
* | Move export code to export.c | June McEnroe | 2020-04-09 |
| | |||
* | Render Atom envelopes | June McEnroe | 2020-04-09 |
| | |||
* | Render date in HTML envelope | 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 |