yama/templates
Peter J. Holzer a997542cfe Handle image/gif (inline)
Inline images are very similar to attachments: We just want to store
them somewhere and refer to them. But we want to use a different element
(<img> instead of <a>) or more generally, a different template. So we
pass the disposition as an additional argument to save_part and use it
to construct the template name - which gives as a flurry of new
templates.
2019-03-10 23:27:30 +01:00
..
attachment_application_octet-stream.html Handle image/gif (inline) 2019-03-10 23:27:30 +01:00
attachment_application_x-gzip.html Handle image/gif (inline) 2019-03-10 23:27:30 +01:00
attachment_text_html.html Handle image/gif (inline) 2019-03-10 23:27:30 +01:00
attachment_text_plain.html Handle image/gif (inline) 2019-03-10 23:27:30 +01:00
attachment_text_x-vcard.html Handle image/gif (inline) 2019-03-10 23:27:30 +01:00
body_application_octet_stream.html Add some more templates 2019-03-02 22:15:53 +01:00
body_application_pgp-signature.html "Handle" a detached pgp signature 2019-03-04 21:23:03 +01:00
body_application_pgp.html Add some more templates 2019-03-02 22:15:53 +01:00
body_application_x-unknown-content-type-scpfile.html Handle multipart/alternative and application/x-unknown-content-type-scpfile 2019-03-02 23:33:39 +01:00
body_message_news.html Handle image/gif (inline) 2019-03-10 23:27:30 +01:00
body_message_rfc822.html Wrap text/html and text/enriched in templates 2019-03-01 11:13:09 +01:00
body_multipart_alternative.html Handle multipart/alternative and application/x-unknown-content-type-scpfile 2019-03-02 23:33:39 +01:00
body_multipart_digest.html Wrap text/html and text/enriched in templates 2019-03-01 11:13:09 +01:00
body_multipart_mixed.html Wrap text/html and text/enriched in templates 2019-03-01 11:13:09 +01:00
body_multipart_signed.html Add some more templates 2019-03-02 22:15:53 +01:00
body_text_enriched.html Wrap text/html and text/enriched in templates 2019-03-01 11:13:09 +01:00
body_text_html.html Limit width of html parts 2019-03-01 22:49:55 +01:00
body_text_plain.html Wrap text/html and text/enriched in templates 2019-03-01 11:13:09 +01:00
inline_image_gif.html Handle image/gif (inline) 2019-03-10 23:27:30 +01:00
message.html Wrap text/html and text/enriched in templates 2019-03-01 11:13:09 +01:00
message2.html Handle message/news 2019-03-10 22:47:10 +01:00