Closed
Bug 366164
Opened 18 years ago
Closed 18 years ago
[BUGZILLA] Mozbot does not decode quoted-printable messages correctly
Categories
(Webtools Graveyard :: Mozbot, defect)
Webtools Graveyard
Mozbot
Tracking
(Not tracked)
VERIFIED
FIXED
2.6
People
(Reporter: reed, Assigned: reed)
Details
Attachments
(1 file)
876 bytes,
patch
|
wicked
:
review+
|
Details | Diff | Splinter Review |
Ever since bmo moved to 2.23.3+, the mozbots have been showing characters such as '=' for things. The problem is that Email::Simple is used, which cannot decode quoted-printable messages. The BugzillaMailHandler.pl script should use Email::MIME instead.
Assignee | ||
Comment 1•18 years ago
|
||
Swap to Email::MIME from Email::Simple.
Attachment #250805 -
Flags: review?(wicked+bz)
Comment 2•18 years ago
|
||
Comment on attachment 250805 [details] [diff] [review]
patch - v1
Tested with bugmail from bug 366041 and according to BugzillaMailHandler.pl debug output mail headers and body were now decoded properly.
Attachment #250805 -
Flags: review?(wicked+bz) → review+
Assignee | ||
Comment 3•18 years ago
|
||
Checking in BugzillaMailHandler.pl;
/cvsroot/mozilla/webtools/mozbot/BotModules/BugzillaMailHandler.pl,v <-- BugzillaMailHandler.pl
new revision: 2.8; previous revision: 2.7
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Target Milestone: --- → 2.6
Updated•6 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•