/**
  * Get a folder. Note: Results from this method are cached.
  *
  * @param   string name
  * @return  peer.mail.MailFolder
  * @throws  peer.mail.MessagingException
  */
 public function getFolder()
 {
     return parent::getFolder('*');
 }