You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Oleg Kalnichevski (JIRA)" <se...@james.apache.org> on 2009/01/11 14:55:59 UTC

[jira] Created: (MIME4J-103) Replace QuotedPrintableInputStream with a faster version

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org