コード例 #1
0
ファイル: Server.php プロジェクト: komex/fetch
 /**
  * This function removes all of the messages flagged for deletion from the mailbox.
  */
 public function expunge()
 {
     $this->imap->expunge($this->getImapStream());
 }