Uses of Class
i2p.susi.webmail.encoding.EncodingException
-
Uses of EncodingException in i2p.susi.webmail.encoding
Modifier and TypeMethodDescriptionBase64.encode
(byte[] in) EightBit.encode
(byte[] in) TODO would be nice to implement this, as it is supported on the project server, but content must be CRLF terminated with a max of 998 chars per line.abstract String
Encoding.encode
(byte[] in) Encode a byte array to a ASCII or ISO-8859-1 String.Encode a (UTF-8) String to a ASCII or ISO-8859-1 String.HeaderLine.encode
(byte[] in) This will split multibyte chars across lines, see 4th ref aboveEncode a single header line ONLY.HTML.encode
(byte[] in) QuotedPrintable.encode
(byte[] in) SevenBit.encode
(byte[] in)