Replace QuotedPrintableInputStream with a faster version
--------------------------------------------------------

                 Key: MIME4J-103
                 URL: https://issues.apache.org/jira/browse/MIME4J-103
             Project: JAMES Mime4j
          Issue Type: Improvement
            Reporter: Oleg Kalnichevski
             Fix For: 0.7


Current QuotedPrintableInputStream design is suboptimal due to the one byte 
read algorithm it currently employs. The performance of this class can be 
improved by using block read operations. The class would also handle line 
delimiters consistently with the rest of mime4j classes (CR-LF and LF should be 
handled as valid line delimiters)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to