Implement attachment application/x-sh

This commit is contained in:
Peter J. Holzer 2019-05-12 22:41:35 +02:00
parent 9b49c740c6
commit 308a34e6ca
2 changed files with 9 additions and 0 deletions

View File

@ -95,6 +95,7 @@ def save_part(msg, disposition):
"image/jpeg": ".jpg",
"text/x-python": ".py",
"text/x-java": ".java",
"application/x-sh": ".sh",
}[content_type]
name = msg.get_param("name") or "(data)"

View File

@ -0,0 +1,8 @@
<div class="partouter">
<div class="partheader">
application/x-sh
</div>
<div class="partinner">
<a href="{{url}}">{{name}}</a>
</div>
</div>