| Package | Description |
|---|---|
| com.helger.commons.codec | |
| com.helger.commons.mime |
| Modifier and Type | Method and Description |
|---|---|
String |
RFC1522QCodec.getEncodedText(String sText)
Encodes a string into its quoted-printable form using the default charset.
|
String |
RFC1522BCodec.getEncodedText(String sText)
Encodes a string into its Base64 form using the default charset.
|
protected String |
AbstractRFC1522Codec.getEncodedText(String sText,
Charset aSourceCharset)
Applies an RFC 1522 compliant encoding scheme to the given string of text
with the given charset.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
EMimeQuoting.getQuotedString(String sUnquotedString) |
Copyright © 2014–2015 Philip Helger. All rights reserved.