Closed
Bug 304576
Opened 19 years ago
Closed 19 years ago
The Messge MIME parser should use javax.mail.Message instead of an input stream
Categories
(Grendel Graveyard :: Protocols, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rjkeller, Assigned: kieran.maclean)
Details
Attachments
(1 file)
|
3.67 KB,
patch
|
rjkeller
:
review+
|
Details | Diff | Splinter Review |
The Message Mime Parser uses an input stream. It could just use the javax.mail.Message class and getContent() method. Kieran Maclean has emailed me a patch for this bug that I'll attach.
| Reporter | ||
Comment 2•19 years ago
|
||
Comment on attachment 192632 [details] [diff] [review] Patch emailed to me r=rj.keller@beonex.com
Attachment #192632 -
Flags: review?(rlkeller) → review+
| Reporter | ||
Comment 3•19 years ago
|
||
Kieran just mailed me saying that I checked this patch in yesterday so we're all good here!
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•