Closed
Bug 686756
Opened 14 years ago
Closed 14 years ago
Attachment not visible
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 674473
People
(Reporter: cslist, Unassigned)
Details
Attachments
(1 file)
|
25.86 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
Build ID: 20110902133214
Steps to reproduce:
1) Retrieve e-mail messages via POP3/IMAP
2) Some messages contain attachments (*.pdf files mostly)
Actual results:
Attachments of some mails won't show in UI
Looking at the source code of the mails in question, the attachments are declared as follows:
Content-Type: application/pdf
Content-Id: <1__=4EBBF390DFC660188f9e8a93df93869@somewhere.bla>
Content-Disposition: inline;
filename=DE-AC-DG-0050171291.pdf
Content-Transfer-Encoding: base64
Expected results:
Attachments show up in UI
The application/pdf part is in a multipart/related context. Due to bug 351224 such attachments are no longer displayed even if they are properly wired with Context-IDs as seems to be the case here. This use case is handled in a follow-up bug to bug 602718, which will provide a workaround starting with Thunderbird 8.0.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•