README
Todo List
Swift_Mime_SimpleMimeEntity | --Swift_Mime_Attachment | --Swift_Mime_EmbeddedFile | --Swift_EmbeddedFile
static Swift_Mime_EmbeddedFile fromPath( string $path)
Overridden in child classes as:
static Swift_Mime_EmbeddedFile newInstance( [string|Swift_OutputByteStream $data = null], [string $filename = null], [string $contentType = null])
Swift_EmbeddedFile __construct( [string|Swift_OutputByteStream $data = null], [string $filename = null], [string $contentType = null])
Details may be optionally provided to the constructor.