/**
  * @return \Components\Mail_Part_Text
  */
 public static function ascii($content_)
 {
     return new self($content_, Io_Charset::US_ASCII());
 }
 /**
  * @return \Components\Mail
  */
 public static function ascii()
 {
     return new self(Io_Charset::US_ASCII());
 }