|
|
|
File: ../general-devel/lib/support/imap/cyrus/imapscyrus.class.php
phpGeneral - support
ImapsCyrus
Imap | +-- Cyrus | +-- ImapsCyrus
Cyrus imap class for encrypted connections
|
public class ImapsCyrus extends Cyrus
Cyrus imap class for encrypted connections
Encrypted connections to a cyrus imap server are currently not supported
|
| |
|
|
|
|
|
|
|
Fields inherited from Cyrus |
| $sock |
|
|
|
|
|
|
|
|
|
Public Method Details |
ImapsCyrus |
|
public object ImapsCyrus ImapsCyrus( array $param, string &$errmsg )
|
| |
Class constructor
Returns an error message that encrypted connections to a cyrus imapserver are currently not supported.
|
| 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 ImapsCyrus |
|
|
|
|
|
|
|
| PHPDoc 1.0beta |