about summary refs log tree commit diff
path: root/archive.h (follow)
Commit message (Collapse)AuthorAge
* Add decodeToFileJune McEnroe2020-04-17
|
* Decode quoted-printable and 7bit/8bitJune McEnroe2020-04-16
|
* Render text/plain to HTMLJune McEnroe2020-04-16
|
* Wrap subthreads in <details> with reply countJune McEnroe2020-04-15
|
* Rewrite HTML renderingJune McEnroe2020-04-15
|
* Add bodyPartType helperJune McEnroe2020-04-14
|
* Add decoding stubsJune McEnroe2020-04-14
|
* Add -u option to set base URLJune McEnroe2020-04-13
|
* Rename pathMangle to pathSafeJune McEnroe2020-04-13
| | | | Mangle is a rude word.
* Export content to AtomJune McEnroe2020-04-13
| | | | Temporarily disabling HTML output...
* Preserve original Date header in envelopeJune McEnroe2020-04-13
|
* Use UTC date everywhereJune McEnroe2020-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 againJune McEnroe2020-04-13
|
* Rename atom rendering functionsJune McEnroe2020-04-13
| | | | Again, probably.
* Concatenate HTML threadsJune McEnroe2020-04-12
|
* Mangle message IDs in pathsJune McEnroe2020-04-12
| | | | / is allowed in addr-spec but ; is not.
* Factor out path functionsJune McEnroe2020-04-12
|
* Avoid mutating header/body for mbox outputJune McEnroe2020-04-12
|
* Fetch and parse BODYSTRUCTUREJune McEnroe2020-04-12
|
* Do not use <h1> for subject linesJune McEnroe2020-04-12
|
* Concatenate Atom threadsJune McEnroe2020-04-10
|
* Move parseEnvelope to parse.cJune McEnroe2020-04-10
|
* Refactor main loop state machineJune McEnroe2020-04-10
|
* Fetch thread root envelopes for concatJune McEnroe2020-04-10
|
* Rename exportThreads to exportFetchJune McEnroe2020-04-10
|
* Rearrange Atom templating codeJune McEnroe2020-04-10
|
* Move export code to export.cJune McEnroe2020-04-09
|
* Render Atom envelopesJune McEnroe2020-04-09
|
* Factor out templateURLJune McEnroe2020-04-09
|
* Render date in HTML envelopeJune McEnroe2020-04-09
|
* Render escaped mailto URLJune McEnroe2020-04-09
|
* Render basic HTML envelopes with templatingJune McEnroe2020-04-09
|
* Export mbox filesJune McEnroe2020-04-09
|
* Parse envelopesJune McEnroe2020-04-09