Peter J. Holzer
7f5ffdde0b
Handle <ol> and <u> tags
2019-03-01 22:52:07 +01:00
Peter J. Holzer
1a0ce4a967
Decode html parts correctly
2019-03-01 22:51:06 +01:00
Peter J. Holzer
36a640857c
Handle <ul> and <li> in html messages
2019-03-01 13:54:37 +01:00
Peter J. Holzer
ea60f484a3
Handle PGP signed messages
2019-03-01 13:54:13 +01:00
Peter J. Holzer
02368a57f8
Handle application/octet-stream
2019-03-01 11:58:22 +01:00
Peter J. Holzer
fbce052c69
Decode text/plain correctly
2019-03-01 11:57:55 +01:00
Peter J. Holzer
23a6ea4716
Wrap text/html and text/enriched in templates
2019-03-01 11:13:09 +01:00
Peter J. Holzer
d1dc1db853
Handle some more html tags and attributes
2019-03-01 10:21:57 +01:00
Peter J. Holzer
b5c979d5cb
Add support for message/partial
...
This doesn't handle the case where total isn't present on all parts, but
I don't actually expect to encounter that (and if I do, it will crash
and I can fix it).
2019-02-28 17:17:44 +01:00
Peter J. Holzer
d5e557e8e4
Make encoded message id html-safe
...
Exclude & and ' from list of allowed characters, so that the encoded
message id can be used unescaped.
2019-02-28 17:16:05 +01:00
Peter J. Holzer
341d5dd229
Add support for text/html and text/enriched
2019-02-28 09:30:47 +01:00
Peter J. Holzer
b238c56edb
Convert mbox files to standalone html files
...
No thread or date structure, just one isolated file per message.
Only text/plain and some multipart formats
2019-02-03 18:44:50 +01:00