Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.6
-
None
-
None
Description
Some messages do not specify the correct charset parameter for textual body parts. To be able to correctly decode these messages it has to be possible to retrieve the raw input stream from TextBody instances.
The solution is to pull up getInputStream() from BinaryBody to SingleBody so that TextBody inherits it, too.