Class IMP_Remote_Account
Object representation of a remote mail account.
- IMP_Remote_Account implements Serializable
Package: IMP
Category: Horde
Copyright: 2013-2014 Horde LLC
License: GPL
Author: Michael Slusarz slusarz@horde.org
Located at Remote/Account.php
Category: Horde
Copyright: 2013-2014 Horde LLC
License: GPL
Author: Michael Slusarz slusarz@horde.org
Located at Remote/Account.php
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
integer |
IMAP
|
#
1
|
integer |
POP3
|
#
2
|
public
string
|
$hostspec
Remote host. |
public
string
|
$label
Remote account label. |
public
integer
|
$port
Remote server port. |
public
mixed
|
$secure
See backends.php ('secure' parameter). |
public
integer
|
$type
The connection type (self::IMAP or self::POP3). |
public
string
|
$username
Remote username. |
public
string
|
$id
Remote account storage ID. |
public
|
$imp_imap
IMP IMAP object. |