about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Use template system for paths and URLsJune McEnroe2020-04-20
| | | | This probably still needs a lot of cleaning up.
* Skip leading whitespace in message IDsJune McEnroe2020-04-19
|
* Factor out templateBufferJune McEnroe2020-04-17
|
* 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.
* Label atom and mbox links "follow" and "download"June McEnroe2020-04-17
|
* Choose text/plain from multipart/alternativeJune McEnroe2020-04-17
|
* Ignore config.mkJune McEnroe2020-04-17
|
* Add decodeToFileJune McEnroe2020-04-17
|
* Skip invalid characters in base64June McEnroe2020-04-17
|
* Decode base64June McEnroe2020-04-16
|
* Decode quoted-printable and 7bit/8bitJune McEnroe2020-04-16
|
* Decode Q encodingJune McEnroe2020-04-16
|
* Parse encoded-word and convert charsetsJune McEnroe2020-04-16
|
* Add subject and recipient HTML classesJune McEnroe2020-04-16
|
* Move message fragment link to subjectJune McEnroe2020-04-16
|
* Render text/plain to HTMLJune McEnroe2020-04-16
|
* Render message links before to/ccJune McEnroe2020-04-16
|
* Wrap subthreads in <details> with reply countJune McEnroe2020-04-15
|
* Rewrite HTML renderingJune McEnroe2020-04-15
|
* Tweak fetchParts namingJune McEnroe2020-04-15
|
* Verify that bodyParts is parallel to structureJune McEnroe2020-04-15
|
* Fix bodyParts list buildingJune McEnroe2020-04-14
|
* Parse . as an atom on its ownJune McEnroe2020-04-14
|
* Find text content for Atom in multipart/mixed and /alternativeJune McEnroe2020-04-14
|
* Add bodyPartType helperJune McEnroe2020-04-14
|
* Build a list of body parts parallel to structureJune McEnroe2020-04-14
|
* Add decoding stubsJune McEnroe2020-04-14
|
* Use mid: URLs for Atom IDsJune McEnroe2020-04-14
|
* Fetch .TEXT of single-part nested messagesJune McEnroe2020-04-13
|
* Fetch multipart body partsJune McEnroe2020-04-13
|
* 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
|
* Rename pathMangle to pathSafeJune McEnroe2020-04-13
| | | | Mangle is a rude word.
* Add <link> elements in AtomJune McEnroe2020-04-13
|
* Use <content type="text"> in AtomJune McEnroe2020-04-13
| | | | | The <content type="html"><pre> thing would require the text to be escaped twice...
* Export content to AtomJune McEnroe2020-04-13
| | | | Temporarily disabling HTML output...
* Do not escape > in XML/HTMLJune McEnroe2020-04-13
|
* Clean up atom renderingJune McEnroe2020-04-13
|
* Allow NULL vars and escape to templateRenderJune McEnroe2020-04-13
|
* Preserve original Date header in envelopeJune McEnroe2020-04-13
|
* Use UTC date everywhereJune McEnroe2020-04-13
| | | | | I thought I could preserve the original time zone but it turns out that libc is just too shit to do that.
* Rework path functions againJune McEnroe2020-04-13
|
* Rename atom rendering functionsJune McEnroe2020-04-13
| | | | Again, probably.
* Fix concatHTML thread nestingJune McEnroe2020-04-13
|
* Concatenate HTML threadsJune McEnroe2020-04-12
|
* Refactor exportData someJune McEnroe2020-04-12
|
* Handle address groups in HTML renderingJune McEnroe2020-04-12
|
* Allow missing DOW and obsolete zone in dateJune McEnroe2020-04-12
|
* Mangle message IDs in pathsJune McEnroe2020-04-12
| | | | / is allowed in addr-spec but ; is not.
* Factor out path functionsJune McEnroe2020-04-12
|