Mail: ezcMailImapTransportOptions
[ ]
[ Display example ] [ Mail listing example ] [ Rfcs ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMailImapTransportOptions
|
Class containing the options for IMAP transport. [
source]
Example of how to use IMAP transport options:
1. $options = new ezcMailImapTransportOptions();
2. $options->ssl = true;
3. $options->timeout = 3;
4. $options->uidReferencing = true;
5.
6. $imap = new ezcMailImapTransport( 'imap.example.com', null, $options );
Parents
ezcBaseOptions
|
--ezcMailTransportOptions
|
--ezcMailImapTransportOptions
Properties
|
bool |
read/write
|
$uidReferencing
Specifies if the IMAP commands will operate with message unique IDs or with message numbers (default). |
Inherited Member Variables
From
ezcBaseOptions:
Method Summary
|
public ezcMailImapTransportOptions |
__construct(
[$options = array()] )
Constructs an object with the specified values. |
Inherited Methods
From
ezcMailTransportOptions :
From
ezcBaseOptions :
Methods
__construct
ezcMailImapTransportOptions __construct(
[
$options = array()] )
Constructs an object with the specified values.
Parameters
| Name |
Type |
Description |
$options |
array(string=>mixed) |
|
Throws
| Class | Description |
ezcBasePropertyNotFoundException |
if $options contains a property not defined |
ezcBaseValueException |
if $options contains a property with a value not allowed |
Redefinition of
Last updated: Mon, 17 Dec 2007