if ($part !== null
) { // TODO: implement
/**
* @see Zend_Mail_Storage_Exception
*/
throw new Zend_Mail_Storage_Exception('not implemented'
);
} $content =
$this->_protocol->
retrieve($id);
// TODO: find a way to avoid decoding the headers
Zend_Mime_Decode::
splitMessage($content,
$null,
$body);
return $body;
} /**
* create instance with parameters
* Supported paramters are
* - host hostname or ip address of POP3 server
* - user username
* - password password for user 'username' [optional, default = '']
* - port port for POP3 server [optional, default = 110]
* - ssl 'SSL' or 'TLS' for secure sockets
*
* @param array $params mail reader specific parameters
* @throws Zend_Mail_Storage_Exception
* @throws Zend_Mail_Protocol_Exception
*/