about summary refs log tree commit diff
path: root/archive.c (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
* Rename baseAddress to baseMailtoJune McEnroe2020-04-30
|
* Swap -s and -SJune McEnroe2020-04-30
|
* Add -S for subscribe linkJune McEnroe2020-04-30
| | | | These base* variables are badly named...
* Clean up archive.cJune McEnroe2020-04-26
|
* Add -q to exit non-zero on early exitJune McEnroe2020-04-26
|
* Add mailto address for the archiveJune McEnroe2020-04-26
|
* Generate index.atomJune McEnroe2020-04-26
|
* Accumulate thread envelopes before concatenationJune McEnroe2020-04-25
|
* 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.
* Rewrite HTML renderingJune McEnroe2020-04-15
|
* Use two FILEs for IMAPJune McEnroe2020-04-13
| | | | Turns out that funopen cannot be used for a full-duplex socket.
* 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