Open
Bug 256421
Opened 20 years ago
Updated 2 years ago
embedded image using escaped content-location does not show up inline
Categories
(MailNews Core :: MIME, enhancement)
MailNews Core
MIME
Tracking
(Not tracked)
NEW
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
Reporter | ||
Comment 1•20 years ago
|
||
MS Outlook seems to be using the content-location for embedding image in a
multipart related message instead of the traditional content-id. This is defined
bu RFC 2110.
Mozilla wont display surch image inline but add them to the attachment list.
Severity: normal → enhancement
OS: MacOS X → All
Hardware: Macintosh → All
Summary: Support for RFC2110: Use content-location → Support for RFC2110: Use content-location for embedded object
Reporter | ||
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
The attachment to this bug has, for example (reformatting mine):
<IMG src="1_multipart?2_clip_image002.jpg" height=302 width=254
v:shapes="_x0000_i1025">
referring to
Content-Type: image/jpeg; name="clip_image002.jpg"
Content-Transfer-Encoding: base64
Content-ID: <00c301c47e6e$de76b380$a8595544@selfqq74yfzdys>
Content-Location: 1_multipart%3F2_clip_image002.jpg
Now xref bug 244433; attachment 72795 [details] has:
<IMG src="1on1Ad.gif" alt="Weather One-on-One" border="0">
referring to
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Disposition: attachment
Content-Location: 1on1Ad.gif
I don't know which of these headers might be causing a difference, but that
attachment does display its images inline (unless the HTML Sanitizer -- Simple
HTML -- is used for display, which is the referenced bug).
Reporter | ||
Comment 4•20 years ago
|
||
In the firt case (the one attached to this bug, the URL in the content-location
is escaped while itsn't in the mail content nor in the second example (bug
244433). Maybe that's the problem!
Reporter | ||
Comment 5•20 years ago
|
||
my bad, we already support content-location for related object, and this since
the beginign of the project. My memory become weak!! Anyway, there is a bug with
the attached mesage which prevent the images to be displayed inline! We need to
debug the function MimeMultipartRelated_output_child_p()...
Summary: Support for RFC2110: Use content-location for embedded object → embedded image using escaped content-location does not show up inline
Reporter | ||
Comment 6•20 years ago
|
||
... or function flush_tag(), both in mailnews/mime/src/mimemrel.cpp
Updated•20 years ago
|
Product: MailNews → Core
Comment 7•17 years ago
|
||
sorry for the spam. making bugzilla reflect reality as I'm not working on these bugs. filter on FOOBARCHEESE to remove these in bulk.
Assignee: sspitzer → nobody
Updated•16 years ago
|
QA Contact: mime
Assignee | ||
Updated•16 years ago
|
Product: Core → MailNews Core
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•