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