How To Open Application Octet Stream
Please enable JavaScript in your browser to use all the features on this site.
Status
Tracking
(Blocks 1 bug)
Details
(Whiteboard: [needs slightly updated patch])
: review+ : superreview- | Details Diff Splinter Review |
94.45 KB, text/plain; charset='iso-8859-1' | Details |
11.07 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document | Details |
Details Diff Splinter Review |
aceman, see questions in comment 33
So funny, application/octet-stream
works in a local mailbox, for sure. But on IMAP, that's a different story and it DOES NOT WORK, see bug 1418444.
Gene, you were experimenting in bug 1418444. Please take a look at the patch here, they look OK to me, we just need to fix the issue from comment #17.
I have a sample email that has 2 pdfs attached, one with application/octet-stream and the other with application/pdf. Both seem to open OK with no prompt for 'which app do you want to open this file with?'. Opens right up into a linux pdf app called 'okular'.
This is with an imap folder with no offline storage (mem cache only) and with and without attachments set inline (not that it would matter with a pdf since it can't be inline AFAIK).
Comment 33 above says the same thing about this bug, i.e., wfm.
Retrieved September 16, 2012. Warriors orochi 3 ultimate characters.
Am I missing something when you say 'application/octet-stream works in local but not IMAP mailboxes'? What do you mean by 'works'?
However, I do still see the problem in bug 1418444 and maybe the attached patch above will fix it. Maybe that's what you are referring to. I will check that now.
OK, I'm confused then. Bug 1418444 is about saving. Well, let's see whether we can get that fixed.
I tried the patch for this bug ([review]) on the bug 1418444 problems and it didn't help. It also seems like there is an error in the patch in that the check for the string 'application/octet-string' uses PL_strcasecmp() and it should use !PL_strcasecmp(). I tried it with '!' and it still didn't make a difference.
I will now check again the fixes I had proposed in Bug 1418444.
I can confirm that this patch doesn't help for bug 1418444. If ever you want to revive it for other purposes, please note comment #17.
What is test director. WFM as per comment #33.