PHP Class Vilma_MailboxDriver_Imap, horde
See the enclosed file LICENSE for license information (BSD). If you did not
did not receive this file, see http://www.horde.org/licenses/bsd.
Mostra file
Open project: horde/horde
Protected Properties
Property |
Type |
Description |
|
$_imap |
Horde_Imap_Client_Base |
An IMAP client. |
|
Public Methods
Method Details
__construct()
public method
checkMailbox()
public method
Checks whether a mailbox exists and is set up properly.
createMailbox()
public method
deleteMailbox()
public method
Deletes an existing mailbox.
Property Details
$_imap protected_oe property
protected Horde_Imap_Client_Base $_imap |
return |
Horde_Imap_Client_Base |
|