Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Expand documentation | June McEnroe | 2020-05-01 | |
| | ||||
* | Remove +1s | June McEnroe | 2020-04-30 | |
| | | | | I was right originally... why did I change this? | |||
* | Rename baseAddress to baseMailto | June McEnroe | 2020-04-30 | |
| | ||||
* | Swap -s and -S | June McEnroe | 2020-04-30 | |
| | ||||
* | Add -S for subscribe link | June McEnroe | 2020-04-30 | |
| | | | | These base* variables are badly named... | |||
* | Add install, uninstall targets | June McEnroe | 2020-04-30 | |
| | ||||
* | Wrap footer text in <small> | June McEnroe | 2020-04-30 | |
| | ||||
* | Nest <q> elements for increased levels of quotation | June McEnroe | 2020-04-30 | |
| | ||||
* | Use a table to decode base64 | June McEnroe | 2020-04-29 | |
| | ||||
* | Fix infinite loop if exportAtom can't find a text part | June McEnroe | 2020-04-29 | |
| | | | | | Oops. But also why the hell are people making multipart/alternative with only text/html inside? | |||
* | Highlight diff/index/---/+++ lines of patches as well | June McEnroe | 2020-04-29 | |
| | ||||
* | Turn URLs into HTML links | June McEnroe | 2020-04-29 | |
| | ||||
* | Clean up html.c | June McEnroe | 2020-04-28 | |
| | ||||
* | Style groups in recipients | June McEnroe | 2020-04-27 | |
| | | | | Can't actually test this oops. | |||
* | Clean up export.c | June McEnroe | 2020-04-27 | |
| | ||||
* | Clean up decode.c | June McEnroe | 2020-04-27 | |
| | ||||
* | Free order | June McEnroe | 2020-04-26 | |
| | | | | Oops 2. | |||
* | Clean up atom.c and fix base URLs | June McEnroe | 2020-04-26 | |
| | | | | Base URL should not be URL escaped! | |||
* | Clean up archive.c | June McEnroe | 2020-04-26 | |
| | ||||
* | Add -q to exit non-zero on early exit | June McEnroe | 2020-04-26 | |
| | ||||
* | Rearrange some of archive.h | June McEnroe | 2020-04-26 | |
| | ||||
* | Free part.parts.ptr | June McEnroe | 2020-04-26 | |
| | | | | Oops. | |||
* | Rename part->id to part->contentID | June McEnroe | 2020-04-26 | |
| | | | | Disambiguate with messageID. | |||
* | Iterate through nested multiparts to find content for Atom | June McEnroe | 2020-04-26 | |
| | | | | Also fixes content for multipart/signed. | |||
* | Include Cc address in reply mailtos | June McEnroe | 2020-04-26 | |
| | ||||
* | Use %R for RFC numbers in STANDARDS section | June McEnroe | 2020-04-26 | |
| | ||||
* | Add mailto spec to STANDARDS | June McEnroe | 2020-04-26 | |
| | ||||
* | Increase space between nav items | June McEnroe | 2020-04-26 | |
| | ||||
* | Add mailto address for the archive | June McEnroe | 2020-04-26 | |
| | ||||
* | Put dates on new lines in index | June McEnroe | 2020-04-26 | |
| | ||||
* | Include <> around Message-Id in mailto: URLs | June McEnroe | 2020-04-26 | |
| | ||||
* | Add link to index on thread pages | June McEnroe | 2020-04-26 | |
| | ||||
* | Fall back to Content-Type name parameter for attachments | June McEnroe | 2020-04-26 | |
| | ||||
* | Remove margins in article.message header | June McEnroe | 2020-04-26 | |
| | ||||
* | Generate index.atom | June McEnroe | 2020-04-26 | |
| | ||||
* | Generate XHTML content in Atom entries | June McEnroe | 2020-04-26 | |
| | ||||
* | Style index page | June McEnroe | 2020-04-25 | |
| | ||||
* | Render index.html | June McEnroe | 2020-04-25 | |
| | ||||
* | Wrap <summary> replies count in <data> | June McEnroe | 2020-04-25 | |
| | ||||
* | Accumulate thread envelopes before concatenation | June McEnroe | 2020-04-25 | |
| | ||||
* | Free envelope in concatData | June McEnroe | 2020-04-24 | |
| | ||||
* | Use replyTo address in mailto: | June McEnroe | 2020-04-24 | |
| | ||||
* | Wrap quoted lines in <q> | June McEnroe | 2020-04-23 | |
| | ||||
* | Add default.html | June McEnroe | 2020-04-23 | |
| | ||||
* | Move message nav back below recipients | June McEnroe | 2020-04-23 | |
| | ||||
* | Add generate time footer | June McEnroe | 2020-04-23 | |
| | ||||
* | Add basic patch highlighting | June McEnroe | 2020-04-23 | |
| | ||||
* | Make sure to close attachment <ul> at end of multipart | June McEnroe | 2020-04-22 | |
| | ||||
* | Remove HTML inline TODOs | June McEnroe | 2020-04-22 | |
| | | | | | | | | format=flowed, because it's not very useful for display, more useful for composing, <https://fastmail.blog/2016/12/17/format-flowed/>. Quoting because I believe <blockquote> is not allowed inside <pre> (it's not "phrasing content") and <q> just seems awkward. | |||
* | Render id, description and language as <pre> attributes | June McEnroe | 2020-04-22 | |
| |