Yet Another Mail Archiver
Go to file
Peter J. Holzer 9f44375354 Save all attachments to separate files
For now we just save them unmodified and give them an extension that
will cause the web server to provide the correct content-type. This is
probably *not safe*: A user could send malicious html as an attachment
and the browser will interpret it when another user clicks on the link.
We might try to sanitize attachments (but you would normally expect an
attachment to be preserved) or to preserve the content-dispostion header
(but I don't think this is possible with just a static archive).
2019-03-02 12:10:01 +01:00
style Limit width of html parts 2019-03-01 22:49:55 +01:00
templates Limit width of html parts 2019-03-01 22:49:55 +01:00
README.md first commit 2019-01-19 21:16:20 +01:00
get_message_ids Extract message ids from mbox files 2019-01-19 21:18:14 +01:00
mbox2web Save all attachments to separate files 2019-03-02 12:10:01 +01:00

README.md