README
Todo List
Swift_Mime_SimpleMimeEntity | --Swift_Mime_Attachment | --Swift_Attachment
static Swift_Mime_Attachment fromPath( string $path, [string $contentType = null])
static Swift_Mime_Attachment newInstance( [string|Swift_OutputByteStream $data = null], [string $filename = null], [string $contentType = null])
Swift_Attachment __construct( [string|Swift_OutputByteStream $data = null], [string $filename = null], [string $contentType = null])
Details may be optionally provided to the constructor.