Package i2p.susi.webmail.encoding

  • Class Summary 
    Class Description
    Base64  
    EightBit
    Decode only.
    Encoding
    Interface to encode/decode content transfer encodings like quoted-printable, base64 etc.
    EncodingFactory
    Manager class to handle content transfer encodings.
    HeaderLine
    Ref: http://en.wikipedia.org/wiki/MIME#Encoded-Word http://tools.ietf.org/html/rfc2047 https://jeffreystedfast.blogspot.com/2013/09/time-for-rant-on-mime-parsers.html https://jeffreystedfast.blogspot.com/2013/08/why-decoding-rfc2047-encoded-headers-is.html
    HTML  
    QuotedPrintable
    ref: https://en.wikipedia.org/wiki/Quoted-printable
    SevenBit
    Decode only.
  • Exception Summary 
    Exception Description
    DecodingException  
    EncodingException
    Converted from Exception to IOException in 0.9.33