Class IMP_Imap
The IMP_Imap:: class provides common functions for interaction with IMAP/POP3 servers via the Horde_Imap_Client:: library.
Copyright 2008-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
- IMP_Imap implements Serializable
Package: IMP
Category: Horde
License: GPL
Author: Michael Slusarz slusarz@horde.org
Located at Imap.php
Category: Horde
License: GPL
Author: Michael Slusarz slusarz@horde.org
Located at Imap.php
public
|
|
public
Horde_Imap_Client_Base
|
#
createImapObject( string $username, string $password, string $key )
Create a new Horde_Imap_Client object. |
public
array
|
|
public
|
#
updateFetchIgnore( )
Update the list of mailboxes to ignore when caching FETCH data in the IMAP client object. |
public
boolean
|
|
public
array
|
|
public
mixed
|
#
getNamespace( string $mailbox = null, boolean $personal = false )
Get namespace info for a full folder path. |
public
mixed
|
|
public
Horde_Imap_Client_Utils
|
|
public
mixed
|
|
public static
mixed
|
|
public static
|
|
public
|
|
public
|
integer |
ACCESS_FOLDERS
|
#
1
|
integer |
ACCESS_SEARCH
|
#
2
|
integer |
ACCESS_FLAGS
|
#
3
|
integer |
ACCESS_UNSEEN
|
#
4
|
integer |
ACCESS_TRASH
|
#
5
|
public
Horde_Imap_Client
|
$ob
The Horde_Imap_Client object. |
#
null
|
public
boolean
|
$changed
If true, this object has changed. |
public
boolean
|
$imap
If true, this is an IMAP connection. |
public
boolean
|
$pop3
If true, this is a POP3 connection. |