コード例 #1
0
 /**
  * @return \Components\Mail_Part_Text
  */
 public static function ascii($content_)
 {
     return new self($content_, Io_Charset::US_ASCII());
 }
コード例 #2
0
 /**
  * @return \Components\Mail
  */
 public static function ascii()
 {
     return new self(Io_Charset::US_ASCII());
 }