[
https://issues.apache.org/jira/browse/MIME4J-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14547969#comment-14547969
]
Detelin Yordanov commented on MIME4J-244:
-----------------------------------------
:) Okay, who does then? I found a 0.8 release discussion in the mailing list
where Eric Charles volunteered to do this:
http://mail-archives.apache.org/mod_mbox/james-mime4j-dev/201307.mbox/%[email protected]%3E
Perhaps if 0.8 is not stable enough, 0.7 is and a new 0.7.3 release can be done
in near future? Meanwhile we can build the 0.7 branch from source and use that
with Axiom, but this is not very nice.
Detelin
> Cannot decode "quoted printable" encoded message which have space before
> equal sign("=") in strict mode
> -------------------------------------------------------------------------------------------------------
>
> Key: MIME4J-244
> URL: https://issues.apache.org/jira/browse/MIME4J-244
> Project: James Mime4j
> Issue Type: Bug
> Components: parser (core)
> Affects Versions: 0.7.2
> Reporter: Detelin Hadzhiev
> Fix For: 0.7.3, 0.8.0
>
> Attachments: apache-mime4j-0.7.patch
>
>
> Lets assume that we a message encoded using "quoted printable" encoding like
> this:
> "text before eq sign =\r\n text after LF"
> When you try to decode it using QuotedPrintableInputStream in Strict Mode you
> will get following exception:
> java.io.IOException: Found LF without CR
> at
> org.apache.james.mime4j.codec.QuotedPrintableInputStream.read0(QuotedPrintableInputStream.java:195)
> at
> org.apache.james.mime4j.codec.QuotedPrintableInputStream.read(QuotedPrintableInputStream.java:317)
> at
> org.apache.james.mime4j.codec.QuotedPrintableInputStream.read(QuotedPrintableInputStream.java:302)
> at
> org.apache.james.mime4j.codec.QuotedPrintableInputStreamTest.read(QuotedPrintableInputStreamTest.java:199)
> The same is fine using SILENT mode.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)