about summary refs log tree commit diff
path: root/archive.h (follow)
Commit message (Collapse)AuthorAge
* Say OpenSSL in additional permission noticesJune McEnroe2020-11-28
|
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Eliminate stray whitespace in HTML and AtomJune McEnroe2020-05-11
|
* Add generator linksJune McEnroe2020-05-01
|
* Rename baseAddress to baseMailtoJune McEnroe2020-04-30
|
* Add -S for subscribe linkJune McEnroe2020-04-30
| | | | These base* variables are badly named...
* Rearrange some of archive.hJune McEnroe2020-04-26
|
* Free part.parts.ptrJune McEnroe2020-04-26
| | | | Oops.
* Rename part->id to part->contentIDJune McEnroe2020-04-26
| | | | Disambiguate with messageID.
* Add mailto address for the archiveJune McEnroe2020-04-26
|
* Generate index.atomJune McEnroe2020-04-26
|
* Render index.htmlJune McEnroe2020-04-25
|
* Accumulate thread envelopes before concatenationJune McEnroe2020-04-25
|
* Render id, description and language as <pre> attributesJune McEnroe2020-04-22
|
* Put attachments inside <ul>June McEnroe2020-04-20
|
* Use template system for paths and URLsJune McEnroe2020-04-20
| | | | This probably still needs a lot of cleaning up.
* Factor out templateBufferJune McEnroe2020-04-17
|
* Write attachment filesJune McEnroe2020-04-17
| | | | | All this path stuff needs cleaning up. I think it's time to use the template renderer for paths.
* 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
|