You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mime4j-dev@james.apache.org by "Detelin Hadzhiev (JIRA)" <mi...@james.apache.org> on 2015/04/28 16:44:06 UTC

[jira] [Updated] (MIME4J-244) Cannot decode "quoted printable" encoded message which have space before equal sign("=") in strict mode

     [ https://issues.apache.org/jira/browse/MIME4J-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Detelin Hadzhiev updated MIME4J-244:
------------------------------------
    Description: 
Lets assume that we an encoded message 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.

  was:
Lets assume that we an encoded message like this:
"text before eq sign =\r\n text after LF"


When you try to decode it using QuotedPrintableInputStream 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)



> 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.3
>            Reporter: Detelin Hadzhiev
>
> Lets assume that we an encoded message 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)