/**
  * @return \Components\Mail_Part
  */
 public static function alternative()
 {
     return new self(null, md5(uniqid()), Io_Mimetype::MULTIPART_ALTERNATIVE());
 }