| Package | Description |
|---|---|
| com.helger.commons.codec | |
| com.helger.commons.mime |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
RFC1522QCodec.getDecoded(byte[] aBuffer) |
String |
RFC1522QCodec.getDecodedText(String sText)
Decodes a quoted-printable string into its original form.
|
String |
RFC1522BCodec.getDecodedText(String sText)
Decodes a Base64 string into its original form.
|
String |
AbstractRFC1522Codec.getDecodedText(String sEncodedText)
Applies an RFC 1522 compliant decoding scheme to the given string of text.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
EMimeQuoting.getUnquotedString(String sQuotedString) |
Copyright © 2014–2015 Philip Helger. All rights reserved.