Closed
Bug 95619
Opened 23 years ago
Closed 23 years ago
Can't see all attachments after forwarding messages (IMAP)
Categories
(MailNews Core :: Networking: IMAP, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0
People
(Reporter: baffoni, Assigned: bugzilla)
Details
(Keywords: dataloss, Whiteboard: [ADT2] Have fix)
Attachments
(3 files)
77.80 KB,
text/plain
|
Details | |
5.94 KB,
text/plain
|
Details | |
88.05 KB,
patch
|
Details | Diff | Splinter Review |
Condition: Netscape 4.78 forwards an email that contained 2 attachments, and
adds two more attachments to the forwarding email.
Observed behaviour: Only two attachments are available for access to download.
Expected behaviour: All four attachments should be available to access.
This behaviour does not occur when Mozilla is used to forward the message and
the additional attachments.
Comment 1•23 years ago
|
||
WORKSFORME>
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 2•23 years ago
|
||
This still does not work. I will forward one of the messages, and you tell me
if you see all 4 attachments (you can check by opening with Communicator 4.x and
you will see all four attachments, with Mozilla at least up to 2001100803 on
win2k) you will only see two. If you can see all attachments, please let me
know what version of OS and build you are using.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 3•23 years ago
|
||
Marking NEW.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: dataloss
Summary: Can't see all attachments → Can't see all attachments after forwarding messages
Assignee | ||
Comment 4•23 years ago
|
||
The problem is that we are not showing the attachment of a forwarded message in
the attachment box. But we are showing the forwarded message itself as an
attachment. The problem is that normally if you double-click on the attached
message, we should open it into a new view message window in which its
attachment will show up. This is currently not the case, instead we show the
source of the message into a browser window. mscott, how hard do you thing it
will be to display rfc822 message into a message view window?
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.9
Updated•23 years ago
|
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.9
Assignee | ||
Comment 5•23 years ago
|
||
I can reproduce this problem only whith IMAP. POP works fine. Looks like IMAP
does not provide all the parts when reading the message! If I copy/move the IMAP
message to a local folder, then I am able to acces all the attachments!
I'll try to post a test message...
Summary: Can't see all attachments after forwarding messages → Can't see all attachments after forwarding messages (IMAP)
Assignee | ||
Comment 6•23 years ago
|
||
This message include a message (with Book1,xls, Book2.xls attachments and a
vcard) as well 2 other excel attachments (Book2.xls & Book3.xls) and a vcard.
In total, we should see all 4 excel attachments and 2 vcard but we see only the
first 2 excel attachment from the original message.
Assignee | ||
Comment 7•23 years ago
|
||
When the message is smaller, we don't have any trouble to display it as well
showing all the attachments. Therefore I supect a problem in IMAP protocol.
Assignee | ||
Comment 8•23 years ago
|
||
oops, forget to say that in the second test case, the attachments are bogus,
don't try to open them!
Reassign to cavin
Assignee: ducarroz → cavin
Status: ASSIGNED → NEW
Component: MIME → Networking - IMAP
Comment 10•23 years ago
|
||
this is probably a mime parts on demand problem
Comment 11•23 years ago
|
||
we fetch the mime structure correctly, but it's unclear to me if we generate
the correct structure for mime (we may just be out of sync with the 6.x mime -
the 4.x mime would not show you the attachments in forwarded messages, so we
may need to extend the imap code the same way mime was extended in 6.x)
Updated•23 years ago
|
Whiteboard: [ADT2]
Assignee | ||
Comment 12•23 years ago
|
||
the fix for bug 128888 fix that problem as well...
Assignee: cavin → ducarroz
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [ADT2] → [ADT2] Have fix
Assignee | ||
Comment 13•23 years ago
|
||
Fixed
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Comment 14•22 years ago
|
||
verified on trunk build 2002041603
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
•