/**
* Special handling for hasTop and hasUniqueid. The headers of the first message is
* retrieved if Top wasn't needed/tried yet.
*
* @see Zend_Mail_Storage_Abstract:__get()
* @param string $var
* @return string
* @throws Zend_Mail_Storage_Exception
*/
public function __get($var) { $result = parent::
__get($var);
if ($result !== null
) { return $result;
} if (strtolower($var) == 'hastop'
) { if ($this->_protocol->hasTop === null
) { // need to make a real call, because not all server are honest in their capas
try { $this->_protocol->
top(1, 0, false
);
} catch(Zend_Mail_Exception
$e) { // ignoring error