Uploaded image for project: 'James Mime4j'
  1. James Mime4j
  2. MIME4J-161

QuotedPrintableInputStream may be lenient with newlines but should be consistent in decoded data.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.6
    • 0.7
    • None
    • None

    Description

      Currently quotedprintableinputstreams treat the CRLF or LF as a full CRLF, translating single LF to CRLF while decoding, but not consistently.
      In fact if a qpstream ends with "somethingLF" the decoded result ends with "somethingLF" while if it ends with "somethingCRLF" the decoded result is "something" (no CRLF). This is inconsistent and I consider this a bug. IF LF is considered the same as CRLF it should be the same also if it is at the end of a stream.

      Attachments

        Activity

          People

            bago Stefano Bagnara
            bago Stefano Bagnara
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: