开发者

What's the correct email attachment MIME type for a zipped and password protected file?

开发者 https://www.devze.com 2022-12-18 23:37 出处:网络
It\'s zipped and password protected with 7zip, should the mimetype be \"application/7zip\", or just \"data/binary\"?Someth开发者_JAVA百科ing else?According to Wikipedia (7z article), the mime type of

It's zipped and password protected with 7zip, should the mimetype be "application/7zip", or just "data/binary"? Someth开发者_JAVA百科ing else?


According to Wikipedia (7z article), the mime type of a 7zip archive is application/x-7z-compressed, having a password on it will not change the mimetype.

If it is a zip (ie. not 7-zip file), the mimetype should be application/zip

0

精彩评论

暂无评论...
验证码 换一张
取 消