mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Bugfix handling attachments MIME type / content-type as it was broken.
This commit is contained in:
parent
ee5fb1a83e
commit
f4448635d1
12 changed files with 461 additions and 302 deletions
|
|
@ -22,7 +22,8 @@ const
|
|||
ics: 'text/calendar',
|
||||
xml: 'text/xml',
|
||||
json: app+'json',
|
||||
asc: app+'pgp-signature',
|
||||
// asc: app+'pgp-signature',
|
||||
// asc: app+'pgp-keys',
|
||||
p10: app+'pkcs10',
|
||||
p7c: app+'pkcs7-mime',
|
||||
p7m: app+'pkcs7-mime',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue