Open
Bug 1664150
Opened 3 years ago
Updated 3 months ago
implement message body parsing with jsmime
Categories
(MailNews Core :: MIME, task, P2)
MailNews Core
MIME
Tracking
(Not tracked)
NEW
People
(Reporter: mkmelin, Unassigned)
References
(Blocks 2 open bugs)
Details
Bug 858337 implemented header parsing in JSmime. This bug is about handling the message body too in JSMime.
We should add a pref to use it for some simpler type to start off (text/plain, text/html), and then later expand it to other structures.
I'm not sure where a suitable entry point is. Perhaps
https://searchfox.org/comm-central/rev/612de82269d1ce23b9f393f40eafcec00078e31a/mailnews/mime/src/nsStreamConverter.cpp#425
Reporter | ||
Comment 1•3 years ago
|
||
Reporter | ||
Comment 2•3 years ago
|
||
Reporter | ||
Comment 3•2 years ago
|
||
The main entry point is likely mime_bridge_create_display_stream @ https://searchfox.org/comm-central/rev/612de82269d1ce23b9f393f40eafcec00078e31a/mailnews/mime/src/nsStreamConverter.cpp#54
You need to log in
before you can comment on or make changes to this bug.
Description
•