Yet Another Mail Archiver
Go to file
Peter J. Holzer c84c517f62 Pass extra parameter to children of multipart/alternative
A structure like this is quite common:

  ─><no description>                    [multipa/related, 7bit, 12K]
   ├─><no description>              [multipa/alternativ, 7bit, 9.0K]
   │ ├─><no description>      [text/plain, quoted, iso-8859-1, 3.7K]
   │ └─><no description>       [text/html, quoted, iso-8859-1, 4.9K]
   └─>2b0063.jpg                          [image/jpeg, base64, 3.3K]

Here the main content of multipart/related isn't the html part, but a
multipart/alternative containing the html part and a text part. The html
part still needs access to the onther content of the multipart/related
part, so we need to pass this through.
2019-05-12 21:37:26 +02:00
style Limit width of text/enriched 2019-03-16 21:58:42 +01:00
templates Handle some more attachment types (some of them bogus) 2019-04-30 22:15:20 +02: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 Pass extra parameter to children of multipart/alternative 2019-05-12 21:37:26 +02:00

README.md