• rswindell's avatar
    Fix a couple of problem with quoted-printable decoding (e.g. soft line-breaks). · ca1550d9
    rswindell authored
    - Decoded UTF-8 chars are still a problem (for ANSI/cp437 terminals)
    - Only supported encoded ctrl char (< 0x20) is a tab character (currently)
    Improved MIME header field searching:
    - case insensitive matching of content-type header field
    - support MIME header fields in any order (not always Content-Type first)
    ca1550d9