| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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 |
| | | |||
| * | Add parent links to message nav | June McEnroe | 2020-04-21 |
| | | |||
| * | Put attachments inside <ul> | June McEnroe | 2020-04-20 |
| | | |||
| * | Use template system for paths and URLs | June McEnroe | 2020-04-20 |
| | | | | | This probably still needs a lot of cleaning up. | ||
| * | Write attachment files | June McEnroe | 2020-04-17 |
| | | | | | | All this path stuff needs cleaning up. I think it's time to use the template renderer for paths. | ||
| * | Label atom and mbox links "follow" and "download" | June McEnroe | 2020-04-17 |
| | | |||
| * | Decode quoted-printable and 7bit/8bit | June McEnroe | 2020-04-16 |
| | | |||
| * | Add subject and recipient HTML classes | June McEnroe | 2020-04-16 |
| | | |||
| * | Move message fragment link to subject | June McEnroe | 2020-04-16 |
| | | |||
| * | Render text/plain to HTML | June McEnroe | 2020-04-16 |
| | | |||
| * | Render message links before to/cc | June McEnroe | 2020-04-16 |
| | | |||
| * | Wrap subthreads in <details> with reply count | June McEnroe | 2020-04-15 |
| | | |||
| * | Rewrite HTML rendering | June McEnroe | 2020-04-15 |
| | | |||
| * | Rename pathMangle to pathSafe | June McEnroe | 2020-04-13 |
| | | | | | Mangle is a rude word. | ||
| * | Preserve original Date header in envelope | June McEnroe | 2020-04-13 |
| | | |||
| * | Use UTC date everywhere | June McEnroe | 2020-04-13 |
| | | | | | | I thought I could preserve the original time zone but it turns out that libc is just too shit to do that. | ||
| * | Concatenate HTML threads | June McEnroe | 2020-04-12 |
| | | |||
| * | Handle address groups in HTML rendering | June McEnroe | 2020-04-12 |
| | | |||
| * | Do not use <h1> for subject lines | June McEnroe | 2020-04-12 |
| | | |||
| * | Link mbox files into message/ | June McEnroe | 2020-04-10 |
| | | |||
| * | Rearrange Atom templating code | June McEnroe | 2020-04-10 |
| | | |||
| * | Rearrange HTML templating code | June McEnroe | 2020-04-10 |
| | | |||
| * | URL encode the fragment link | June McEnroe | 2020-04-09 |
| | | |||
| * | Factor out templateURL | June McEnroe | 2020-04-09 |
| | | |||
| * | Render HTML To and Cc lists | June McEnroe | 2020-04-09 |
| | | |||
| * | Use replyTo for mailto URL | June McEnroe | 2020-04-09 |
| | | |||
| * | Render date in HTML envelope | June McEnroe | 2020-04-09 |
| | | |||
| * | Render escaped mailto URL | June McEnroe | 2020-04-09 |
| | | |||
| * | Render basic HTML envelopes with templating | June McEnroe | 2020-04-09 |