示例#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());
 }