diff --git a/mbox2web b/mbox2web index 0bf2a02..d5d48dd 100755 --- a/mbox2web +++ b/mbox2web @@ -63,6 +63,7 @@ def save_part(msg, disposition): "text/x-c": ".c", "application/x-perl": ".pl", "application/msword": ".doc", + "application/ms-tnef": ".ms-tnef", }[content_type] name = msg.get_param("name") or "(data)" diff --git a/templates/attachment_application_ms-tnef.html b/templates/attachment_application_ms-tnef.html new file mode 100644 index 0000000..dbf4315 --- /dev/null +++ b/templates/attachment_application_ms-tnef.html @@ -0,0 +1,8 @@ +
+
+ application/ms-tnef +
+
+ {{name}} +
+