|
|
File: ../general-devel/lib/support/imap/cyrus/imapcyrus.class.php
phpGeneral - support
ImapCyrus
Imap | +-- Cyrus | +-- ImapCyrus
Cyrus imap class for unencrypted connections
|
public class ImapCyrus extends Cyrus
Cyrus imap class for unencrypted connections
Provides access to an cyrus imap server by using an unencrypted connection.
|
|
|
|
|
|
Fields inherited from Cyrus |
$sock |
|
|
|
|
|
Public Method Details |
ImapCyrus |
public object ImapCyrus ImapCyrus( array $param, string &$errmsg )
|
|
Class constructor
Builds the server string necessary to open the connection and initializesthe base class. Furthermore it opens a raw connection to the cyrus imapserver to provide access to advanced functionallity like the ACLmanagement.
|
Parameter |
|
array |
$param |
|
|
Associative array contains userid, password, realm and others |
|
|
string |
&$errmsg |
|
|
Reference for storing error messages in case of a failure |
|
Returns |
object ImapCyrus |
|
_ImapCyrus |
public void _ImapCyrus( )
|
|
Class destructor
Calls the base class destructor and closes the raw connection
|
Returns |
void |
|
|
|
|
|
PHPDoc 1.0beta |