implement message body parsing with jsmime
Categories
(MailNews Core :: MIME, task, P2)
Tracking
(Not tracked)
People
(Reporter: mkmelin, Unassigned)
References
(Blocks 1 open bug)
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•5 years ago
|
||
| Reporter | ||
Comment 2•5 years ago
|
||
| Reporter | ||
Comment 3•4 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
Removing duplicates from "blocks:" in favour of their duplication target.
(I am just transferring the blocks set by other users, please remove if they had not been set correctly in the first place.)
Description
•