Closed
Bug 918196
Opened 11 years ago
Closed 7 years ago
[email] POP3 support: Update/upstream mailparser MIME parser dependency to not build HTML display strings
Categories
(Firefox OS Graveyard :: Gaia::E-Mail, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: asuth, Unassigned)
References
Details
The mailparser library likes to build HTML strings for attachments. We do not want this for the e-mail app since we handle our presentation separately and one of the big lessons from Thunderbird's libmime was to keep display logic out of MIME parsing logic. This is primarily important from a security and security auditing perspective; we don't want the code present in our builds at all, even if it looks like it should be inert.
Assuming the upstream mailparser lib still wants the logic, we should propose factoring it out into a decorating class/pluggable class or something like that.
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•