README
Todo List
Swift_Mime_Headers_AbstractHeader | --Swift_Mime_Headers_PathHeader
Swift_Mime_Headers_PathHeader __construct( string $name)
string getAddress( )
Null is returned if no address is set.
string getFieldBody( )
This is not necessarily RFC 2822 compliant since folding white space will not be added at this stage (see toString() for that).
mixed getFieldBodyModel( )
This method returns a string email address.
int getFieldType( )
void setAddress( string $address)
void setFieldBodyModel( string $model)
This method takes a string for an address.