about summary refs log tree commit diff
path: root/atom.c (follow)
Commit message (Collapse)AuthorAge
* Decode quoted-printable and 7bit/8bitJune McEnroe2020-04-16
|
* Use mid: URLs for Atom IDsJune McEnroe2020-04-14
|
* 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...
* Clean up atom renderingJune 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.
* Rename atom rendering functionsJune McEnroe2020-04-13
| | | | Again, probably.
* Use Message-Id in mailto Atom IDsJune McEnroe2020-04-11
|
* Concatenate Atom threadsJune McEnroe2020-04-10
|
* Rearrange Atom templating codeJune McEnroe2020-04-10
|
* Render Atom envelopesJune McEnroe2020-04-09