Closed
Bug 83547
Opened 23 years ago
Closed 23 years ago
Cannot read external attachments inside inlined forwarded messages
Categories
(MailNews Core :: Backend, defect, P1)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: tiantian, Assigned: mscott)
References
Details
(Keywords: regression, Whiteboard: [nsbeta1+])
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
repro steps:
(1) create an email with any MS word attachment from your AOL mail account using
your AOL client.
(2) forward the mail to your account in AOL.
(3) forward the forwarded mail with attachment to your NS6.x/mozilla ( build
5/30) email address .
(4) when opening the attachment, the content is not readable.
Please test with other kinds of attachment, such as EXCEL, or powerpoint, etc. Thx.
My situation:
(1) I received an email with attchment in my AOL mail box.
(2) Since I want to read the mail in my NS account, I forwarded it to my NS account.
(3) When I open it up in NS 6.1 ( 5/30 build), the content is not readable.
Comment 1•23 years ago
|
||
Confirming bug and adding regression keyword. This works in 6.01 and Netscape
4.x. All attachments are affected by this (tried word doc and pdf). With
images, images are viewable if sent as an HTML file, but actual picture listed
in attachment window is not viewable. All you see is a Part 1.2 file, not the
attachment (this is for all cases).
Simpler test case:
1. Using the latest mozilla/commercial builds, compose a message with an
attachment (preferably a word or PDF) and send it to your AOL account (if you
have one).
2. Using AOL Web-mail or the AOL Client, Log in and view the message just
sent...confirm that attachment was sent successfully and forward that letter
back to your account configured on mozilla/commercial build.
3. View letter just sent from AOL account, attachment is no longer viewable.
Internally this could be a big problem for those of us interacting with people
using there AOL account as there main work account and forwarding information
with attachments. Changing OS to all since Linux and Mac are affected as well.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: regression
OS: Windows 98 → All
Hardware: PC → All
Reporter | ||
Comment 2•23 years ago
|
||
This bug exists in NS 6.1, 5/31 build as well.
Externally this is a big problem for information exchange by attachment between
AOL mail users and NS mail users.
Comment 5•23 years ago
|
||
moving to 0.9.2. One of the dups, 85597 has a test message that exhibits this
behavior. I don't think it's important that it's coming from AOL because I can
reproduce this without involving AOL.
1. Create a Word document
2. Attach it to an email and send it to yourself
3. Forward that message as an attachment to yourself.
4. Display the forwarded message and you will find no way to access the
original Word document.
Assignee | ||
Comment 6•23 years ago
|
||
This has nothing to do with AOL accounts. I have mail from Eudora and Outlook
that i can reproduce this on. Ah I see Scott just made the same observation.
The problem is that libmime doesn't show the attachments for forwarded inlined
messages. I fixed this last night as part of another bug. I'll attach the diff
here.
Summary: Cannot read attachment if it is forwarded from AOL mail accoun → Cannot read external attachments inside inlined forwarded messages
Assignee | ||
Comment 7•23 years ago
|
||
Comment 9•23 years ago
|
||
looks good and it's working fine. R=ducarroz
Assignee | ||
Comment 10•23 years ago
|
||
Assignee | ||
Comment 11•23 years ago
|
||
My original patch had some problems. I caused us to start showing all the
inlined messages as external attachments. So you'd see bogus attachments called:
Part 1.2.1 and Part 1.2.2. This new patch expands on the original and filters
out JUST the external attachment parts and skips listing the inline parts. The
top most inline message still correctly shows up as a .eml attachment so that
behavior is unchanged.
Comment 12•23 years ago
|
||
I thought I have tested th eprevious part against those anoying part n.n with
success. Looks like not! Anyway, R=ducarroz for the secons patch.
Comment 13•23 years ago
|
||
sr=sspitzer
Comment 14•23 years ago
|
||
a= asa@mozilla.org for checkin to the trunk.
(on behalf of drivers)
Blocks: 83989
Assignee | ||
Comment 15•23 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 16•23 years ago
|
||
Using trunk builds 2001-06-13 on win, mac and linux. I sent a .doc file to
myself and then forwarded it again to myself and was able to open the .doc
attachment from both the original msg and the forwarded messsage on Win & mac.
I sent a linux calendar file to myself and forwarded that msg to myself and was
able to open the linux calendar with the original and forwarded msg. I sent a
.xls to win and mac with same results. Verified.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•