about summary refs log tree commit diff
path: root/archive.c (follow)
Commit message (Expand)AuthorAge
* Accumulate thread envelopes before concatenationJune McEnroe2020-04-25
* Write attachment filesJune McEnroe2020-04-17
* Rewrite HTML renderingJune McEnroe2020-04-15
* Use two FILEs for IMAPJune McEnroe2020-04-13
* Add -u option to set base URLJune McEnroe2020-04-13
* Fetch and parse BODYSTRUCTUREJune McEnroe2020-04-12
* Concatenate mbox threadsJune McEnroe2020-04-10
* Move extra atoms into the predefined enumJune McEnroe2020-04-10
* Refactor main loop state machineJune McEnroe2020-04-10
* Fix UIDNEXT check and writeJune McEnroe2020-04-10
* Fetch thread root envelopes for concatJune McEnroe2020-04-10
* Rename exportThreads to exportFetchJune McEnroe2020-04-10
* Only write UIDNEXT when finishedJune McEnroe2020-04-10
* Link mbox files into message/June McEnroe2020-04-10
* Use UIDNEXT to avoid asking IMAP to do any workJune McEnroe2020-04-10
* Move export code to export.cJune McEnroe2020-04-09
* Render Atom envelopesJune McEnroe2020-04-09
* Render date in HTML envelopeJune McEnroe2020-04-09
* Render basic HTML envelopes with templatingJune McEnroe2020-04-09
* Trim angle brackets from message IDsJune McEnroe2020-04-09
* Export mbox filesJune McEnroe2020-04-09
* Parse envelopesJune McEnroe2020-04-09
* Send FETCH for uncached UIDsJune McEnroe2020-04-09
* Implement login and UIDVALIDITY checkJune McEnroe2020-04-09
ason A. Donenfeld 2018-11-25auth-filter: pass url with query string attachedJason A. Donenfeld 2018-11-21git: use xz compressed archive for downloadChristian Hesse 2018-10-12git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev