Closed
Bug 274837
Opened 20 years ago
Closed 20 years ago
Bugzilla email interface should be able to handle/strip HTML emails
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
People
(Reporter: erikba, Assigned: justdave)
Details
Attachments
(1 file)
Trying to get bugzilla email interface usable for our installation... Proposed patch tells bug_email.pl / bugzilla_email_append.pl to ignore HTML aspects of multipart/alternative emails.
| Assignee | ||
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 93941 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•20 years ago
|
||
* Factors out dump_entity (which is 99% similar between bug_email.pl and bugzilla_email_append.pl) * When encountering multipart/alternative, first looks for a text/plain and chooses to parse only that part. If a text/plain doesn't exist, choose the first part and parse only that part. Not sure if this is the best way to handle @attachments, which are used by bug_email (as a global) but not at all by bugzilla_email_append. Just noticed that this patch is similar to bug 176190. Doesn't really affect the interface with Bugzilla in my opinion, should stay out of the way of the ever-pending re-integration.
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•