|
Previous Class |
Solar_Mime |
Next Page |
Solar_Mime
MIME utility methods for mail messages and HTTP requests.
Catalog
This class is part of the Solar_Mime package.
Constants
None.
Public Properties
The Solar_Mime class has no public properties; try the list of all properties.
Public Methods
These are all the public methods in the Solar_Mime class.
You can also view the list of all public, protected, and private methods.
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.