Problem downloading attachments of external messages
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
VM |
Triaged
|
High
|
Uday Reddy |
Bug Description
Alan Wehmann reports (viewmail-bugs, 2013-06-06):
During testing of "External Messages" I sent three test emails to the
imap server that were greater than 50K in size (besides these, there
were several others that arrived independently). Each of my test
emails had a PDF file attached. Using the "display" button in the
presentation buffer, the PDF files were not successfully displayed in
Adobe Reader.
Here are some relevant variable values (perhaps repeated later, via the bug report):
"vm-primary-inbox is imap-ssl:
vm-imap-
vm-enable-
vm-external-
vm-external-
vm-imap-
vm-imap-sync-on-get is nil
tls-program is (gnutls-cli --x509cafile /usr/ssl/
I did some investigating, using Edebug. I noted that the file
inserted in the temporary directory ("c:/Documents and
Settings/Alan/Local Settings/Temp" in my case) had zero length. This
is why Adobe Reader complained about it.
Changed in vm: | |
milestone: | 8.3.2a → 8.3.1a |
Notes:
The MIME layout entry has beginning and the end markers of the attachment pointing to the same position. Hence, a file with zero length got saved.
This seems similar to the problem reported by Arik (Bug 740755).