Methods
All methods in the Solar_Mime
class.
Public
-
encode()
-
Applies the requested encoding to a text string.
-
encodeBase64()
-
Applies "base64" encoding to text.
-
encodeQp()
-
Applies "quoted-printable" encoding to text.
-
headerLabel()
-
Sanitizes header labels by removing all characters besides [a-zA-z0-9_-].
-
headerLine()
-
Creates a header label/value line after sanitizing, encoding, and wrapping.
-
headerValue()
-
Sanitizes a header value, then encodes and wraps as per RFC 2047.
Protected
-
_qpReplace()
-
Callback from the headerValue() method.
Private
None.