-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mime-Type is application/octet-stream instead of application/vnd-com.apple.pkpass #1357
Comments
When opening an attachment the MIME type from the email is used. If that type is We can add support for |
Unfortunately I am not controlling the sending end - so #1358 is greatly appreciated |
Lol, 8 years and still the wrong fix, though I didn't check if the map is even still used, it's legacy now thunderbird-android/legacy/core/src/main/java/com/fsck/k9/helper/MimeTypeUtil.java Line 539 in 59e9e6c
It should had been |
Fair point, legacy stuff and standards can be tricky to keep track of—though no need to twist the knife. It looks like you know your way around these. If you have some cycles to spare I'd appreciate if you could take a look and see what the best approach would be going forward, e.g. changing the mime type. A new issue with details, or a pull request, would be very welcome! |
Expected behaviour
When opening a mail with attached pkpass file the mime-type with the intent should be application/vnd-com.apple.pkpass as in gmail
Actual behaviour
The mime-type is application/octet-stream for the same mail that opens with application/vnd-com.apple.pkpass in gmail
Steps to reproduce
Environment
K-9 Mail version: 5.010
Android version: 5.1.1
Account type (IMAP, POP3, WebDAV/Exchange):IMAP
The text was updated successfully, but these errors were encountered: