コード例 #1
0
ファイル: mailbox.php プロジェクト: netcon-source/apps
 private function getStatus($flags = \Horde_Imap_Client::STATUS_ALL)
 {
     return $this->conn->status($this->folder_id, $flags);
 }