Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Build a list of body parts parallel to structure | June McEnroe | 2020-04-14 |
| | |||
* | Add decoding stubs | June McEnroe | 2020-04-14 |
| | |||
* | Use mid: URLs for Atom IDs | June McEnroe | 2020-04-14 |
| | |||
* | Fetch .TEXT of single-part nested messages | June McEnroe | 2020-04-13 |
| | |||
* | Fetch multipart body parts | June McEnroe | 2020-04-13 |
| | |||
* | 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 |
| | |||
* | Rename pathMangle to pathSafe | June McEnroe | 2020-04-13 |
| | | | | Mangle is a rude word. | ||
* | Add <link> elements in Atom | June McEnroe | 2020-04-13 |
| | |||
* | Use <content type="text"> in Atom | June McEnroe | 2020-04-13 |
| | | | | | The <content type="html"><pre> thing would require the text to be escaped twice... | ||
* | Export content to Atom | June McEnroe | 2020-04-13 |
| | | | | Temporarily disabling HTML output... | ||
* | Do not escape > in XML/HTML | June McEnroe | 2020-04-13 |
| | |||
* | Clean up atom rendering | June McEnroe | 2020-04-13 |
| | |||
* | Allow NULL vars and escape to templateRender | June McEnroe | 2020-04-13 |
| | |||
* | 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. | ||
* | Rework path functions again | June McEnroe | 2020-04-13 |
| | |||
* | Rename atom rendering functions | June McEnroe | 2020-04-13 |
| | | | | Again, probably. | ||
* | Fix concatHTML thread nesting | June McEnroe | 2020-04-13 |
| | |||
* | Concatenate HTML threads | June McEnroe | 2020-04-12 |
| | |||
* | Refactor exportData some | June McEnroe | 2020-04-12 |
| | |||
* | Handle address groups in HTML rendering | June McEnroe | 2020-04-12 |
| | |||
* | Allow missing DOW and obsolete zone in date | June McEnroe | 2020-04-12 |
| | |||
* | Mangle message IDs in paths | June McEnroe | 2020-04-12 |
| | | | | / is allowed in addr-spec but ; is not. | ||
* | Factor out path functions | June McEnroe | 2020-04-12 |
| | |||
* | Avoid mutating header/body for mbox output | June McEnroe | 2020-04-12 |
| | |||
* | 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 |
| |