コード例 #1
0
 /**
  * Get all the mails in the inbox
  *
  * @return Collection
  */
 public function getMails()
 {
     return $this->mailer->retrieveAllMails();
 }