Exemplo n.º 1
0
 /**
  * Sets message body
  *
  * @param   string str Message Text ('text/plain')
  * @return  peer.mail.MimePart Body Part
  */
 public function setBody($str)
 {
     return parent::setBody($this->getTokens() . $str);
 }