Commit message (Collapse) | Author | ||
---|---|---|---|
2020-04-22 | Make sure to close attachment <ul> at end of multipart | June McEnroe | |
2020-04-22 | Remove HTML inline TODOs | June McEnroe | |
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. | |||
2020-04-22 | Render id, description and language as <pre> attributes | June McEnroe | |
2020-04-21 | Add parent links to message nav | June McEnroe | |
2020-04-20 | Put attachments inside <ul> | June McEnroe | |
2020-04-20 | Use template system for paths and URLs | June McEnroe | |
This probably still needs a lot of cleaning up. | |||
2020-04-19 | Skip leading whitespace in message IDs | June McEnroe | |
2020-04-17 | Factor out templateBuffer | June McEnroe | |
2020-04-17 | Write attachment files | June McEnroe | |
All this path stuff needs cleaning up. I think it's time to use the template renderer for paths. | |||
2020-04-17 | Label atom and mbox links "follow" and "download" | June McEnroe | |
2020-04-17 | Choose text/plain from multipart/alternative | June McEnroe | |
2020-04-17 | Ignore config.mk | June McEnroe | |
2020-04-17 | Add decodeToFile | June McEnroe | |
2020-04-17 | Skip invalid characters in base64 | June McEnroe | |
2020-04-16 | Decode base64 | June McEnroe | |
2020-04-16 | Decode quoted-printable and 7bit/8bit | June McEnroe | |
2020-04-16 | Decode Q encoding | June McEnroe | |
2020-04-16 | Parse encoded-word and convert charsets | 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-15 | Wrap subthreads in <details> with reply count | June McEnroe | |
2020-04-15 | Rewrite HTML rendering | June McEnroe | |
2020-04-15 | Tweak fetchParts naming | June McEnroe | |
2020-04-15 | Verify that bodyParts is parallel to structure | June McEnroe | |
2020-04-14 | Fix bodyParts list building | June McEnroe | |
2020-04-14 | Parse . as an atom on its own | June McEnroe | |
2020-04-14 | Find text content for Atom in multipart/mixed and /alternative | June McEnroe | |
2020-04-14 | Add bodyPartType helper | June McEnroe | |
2020-04-14 | Build a list of body parts parallel to structure | June McEnroe | |
2020-04-14 | Add decoding stubs | June McEnroe | |
2020-04-14 | Use mid: URLs for Atom IDs | June McEnroe | |
2020-04-13 | Fetch .TEXT of single-part nested messages | June McEnroe | |
2020-04-13 | Fetch multipart body parts | June McEnroe | |
2020-04-13 | Use two FILEs for IMAP | June McEnroe | |
Turns out that funopen cannot be used for a full-duplex socket. | |||
2020-04-13 | Add -u option to set base URL | June McEnroe | |
2020-04-13 | Rename pathMangle to pathSafe | June McEnroe | |
Mangle is a rude word. | |||
2020-04-13 | Add <link> elements in Atom | June McEnroe | |
2020-04-13 | Use <content type="text"> in Atom | June McEnroe | |
The <content type="html"><pre> thing would require the text to be escaped twice... | |||
2020-04-13 | Export content to Atom | June McEnroe | |
Temporarily disabling HTML output... | |||
2020-04-13 | Do not escape > in XML/HTML | June McEnroe | |
2020-04-13 | Clean up atom rendering | June McEnroe | |
2020-04-13 | Allow NULL vars and escape to templateRender | June McEnroe | |
2020-04-13 | Preserve original Date header in envelope | June McEnroe | |
2020-04-13 | Use UTC date everywhere | June McEnroe | |
I thought I could preserve the original time zone but it turns out that libc is just too shit to do that. | |||
2020-04-13 | Rework path functions again | June McEnroe | |
2020-04-13 | Rename atom rendering functions | June McEnroe | |
Again, probably. | |||
2020-04-13 | Fix concatHTML thread nesting | June McEnroe | |
2020-04-12 | Concatenate HTML threads | June McEnroe | |