README
Todo List
Swift_Mime_SimpleMimeEntity | --Swift_Mime_MimePart | --Swift_Mime_SimpleMessage | --Swift_Message
static Swift_Mime_Message newInstance( [string $subject = null], [string $body = null], [string $contentType = null], [string $charset = null])
Swift_Message __construct( [string $subject = null], [string $body = null], [string $contentType = null], [string $charset = null])
Details may be optionally passed into the constructor.
void addPart( string|Swift_OutputByteStream $body, [string $contentType = null], [string $charset = null])