Irgendwie habe ich immer wieder das Pech, daß auf meinen Listen Anhänge falsch-positiv blockiert oder entfernt werden. Heute tauchte für PDF-Dateien ein dritter Typ auf (application/.pdf
) und ich habe mir diesmal die Mühe gemacht, mal kurz die Mime-Typen der neuen MS Office Formate zu recherchieren und habe einen brauchbaren TechNet-Artikel gefunden, der die Typen auflistet: Register the 2007 Office system file format MIME types on servers
Für OpenOffice gibt natürlich ebenso eine Liste (Mime Content Types used in OpenOffice.org1.0 / StarOffice 4.x and later) der Mime-Typen wie für LibreOffice (Frequently asked questions – General).
Hier jetzt meine aktuelle neue Liste der von mir freigegebenen Mime-Typen:
multipart/mixed
multipart/alternative
text/plain
application/vnd.ms-excel
application/msword
application/pdf
application/.pdf
application/x-pdf
application/msonenote
application/vnd.openxmlformats-officedocument.wordprocessingml.document
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
application/vnd.openxmlformats-officedocument.presentationml.presentation
application/vnd.ms-powerpoint.presentation.macroEnabled.12
application/vnd.openxmlformats-officedocument.presentationml.slide
application/vnd.ms-powerpoint.slide.macroEnabled.12
application/vnd.oasis.opendocument.text
application/vnd.oasis.opendocument.graphics
application/vnd.oasis.opendocument.presentation
application/vnd.oasis.opendocument.spreadsheet
application/vnd.oasis.opendocument.chart
application/vnd.oasis.opendocument.database
application/vnd.oasis.opendocument.image
image/jpeg
image/gif
image/png
binary/octet-stream
Ich hoffe, daß ich damit erstmal wieder alle relevanen Typen durchlasse.