IMP_IMAPThe IMP_IMAP:: class facilitates connections to the IMAP/POP3 server via the c-client PHP extensions.
$Horde: imp/lib/IMAP.php,v 1.11.10.25 2009/03/19 10:28:16 jan Exp $
Copyright 2003-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
Located in /lib/IMAP.php (line 29)
integer
$_mboxFlags
= null (line 64)
The IMAP flags set in the currently open mailbox.
string
$_openMbox
= null (line 57)
The currently open mailbox.
array
$_openparams
= array() (line 71)
Parameters used in the last imap_open() call.
string
$_pass
(line 43)
The password for the mail server.
boolean
$_registered
= false (line 78)
Has the shutdown function been registered?
resource
$_stream
(line 50)
The current IMAP resource string.
string
$_user
(line 36)
The username for the server.
Constructor IMP_IMAP (line 104)
Constructor.
changeMbox (line 188)
Change the currently active IMP IMAP stream to a new mailbox (if necessary).
openIMAPStream (line 123)
Open an IMAP stream.
protocolList (line 275)
Returns the list of default IMAP/POP3 protocol connection information.
This function can be called statically.
reopen (line 367)
Reopens the IMAP connection.
singleton (line 90)
Attempts to return a reference to a concrete IMP_IMAP instance.
It will only create a new instance if no IMP_IMAP instance currently exists.
This method must be invoked as: $imp_imap = &IMP_IMAP::singleton();
stream (line 261)
Returns the active IMAP resource string.
_onShutdown (line 166)
Perform needed activities on shutdown.
_toIMAPFlags (line 349)
Converts IMP_IMAP_* flags to imap_open() flags.
Documentation generated on Sun, 30 Jan 2011 05:28:12 +0000 by phpDocumentor 1.4.3