Documentation

Horde_Imap_Client_Socket_Pop3 extends Horde_Imap_Client_Base
in package

An interface to a POP3 server using PHP functions.

It is an abstraction layer allowing POP3 commands to be used based on IMAP equivalents.

This driver implements the following POP3-related RFCs:

  - STD 53/RFC 1939: POP3 specification
  - RFC 2195: CRAM-MD5 authentication
  - RFC 2449: POP3 extension mechanism
  - RFC 2595/4616: PLAIN authentication
  - RFC 2831: DIGEST-MD5 SASL Authentication (obsoleted by RFC 6331)
  - RFC 3206: AUTH/SYS response codes
  - RFC 4616: AUTH=PLAIN
  - RFC 5034: POP3 SASL
  - RFC 5802: AUTH=SCRAM-SHA-1
  - RFC 6856: UTF8, LANG
Tags
author

Richard Heyes richard@phpguru.org

author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2002 Richard Heyes

copyright

2009-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

CACHE_DOWNGRADED  = 'HICdg'
Cache names used exclusively within this class.
CACHE_MODSEQ  = '_m'
Cache names for miscellaneous data.
CACHE_SEARCH  = '_s'
CACHE_SEARCHID  = '_i'
MBOX_CACHE  = "\x01mbox"
VERSION  = 3
Serialized version.
$alerts_ob  : Horde_Imap_Client_Base_Alert
$cacheFields  : array<string|int, mixed>
The list of fetch fields that can be cached, and their cache names.
$capability  : Horde_Imap_Client_Data_Capability
$changed  : bool
Has the internal configuration changed?
$search_charset  : Horde_Imap_Client_Data_SearchCharset
$statuscache  : bool
Horde_Imap_Client is optimized for short (i.e. 1 seconds) scripts. It makes heavy use of mailbox caching to save on server accesses. This property should be set to false for long-running scripts, or else status() data may not reflect the current state of the mailbox on the server.
$url  : Horde_Imap_Client_Url
$_alerts  : Horde_Imap_Client_Base_Alerts
Alerts reporting object.
$_cache  : Horde_Imap_Client_Cache
The Horde_Imap_Client_Cache object.
$_connection  : Client
Connection to the IMAP server.
$_debug  : Horde_Imap_Client_Base_Debug
The debug object.
$_defaultPorts  : array<string|int, mixed>
The default ports to use for a connection.
$_deleted  : array<string|int, mixed>
The list of deleted messages.
$_fetchDataClass  : string
This object returns POP3 Fetch data objects.
$_init  : array<string|int, mixed>
Cached server data.
$_isAuthenticated  : bool
Is there an active authenticated connection to the IMAP Server?
$_mode  : int
The current mailbox selection mode.
$_params  : array<string|int, mixed>
Hash containing connection parameters.
$_selected  : Horde_Imap_Client_Mailbox
The currently selected mailbox.
$_temp  : array<string|int, mixed>
Temp array (destroyed at end of process).
__clone()  : mixed
This object can not be cloned.
__construct()  : mixed
Constructor.
__get()  : mixed
__serialize()  : array<string|int, mixed>
__unserialize()  : mixed
_setInit()  : mixed
Set an initialization value.
alerts()  : array<string|int, mixed>
Return a list of alerts that MUST be presented to the user (RFC 3501 [7.1]).
allAclRights()  : array<string|int, mixed>
Return master list of ACL rights available on the server.
append()  : Horde_Imap_Client_Ids
Append message(s) to a mailbox.
capability()  : array<string|int, mixed>
Get CAPABILITY information from the IMAP server.
check()  : mixed
Request a checkpoint of the currently selected mailbox (RFC 3501 [6.4.1]).
close()  : mixed
Close the connection to the currently selected mailbox, optionally expunging all deleted messages (RFC 3501 [6.4.2]).
copy()  : mixed
Copy messages to another mailbox.
createMailbox()  : mixed
Create a mailbox.
currentMailbox()  : mixed
Return the currently opened mailbox and access mode.
deleteACL()  : mixed
Deletes ACL rights for a given mailbox/identifier.
deleteMailbox()  : mixed
Delete a mailbox.
expunge()  : Horde_Imap_Client_Ids
Expunge deleted messages from the given mailbox.
fetch()  : Horde_Imap_Client_Fetch_Results
Fetch message data (see RFC 3501 [6.4.5]).
getACL()  : array<string|int, mixed>
Get the ACL rights for a given mailbox. The server must support the IMAP ACL extension (RFC 2086/4314).
getCache()  : mixed
Returns the Horde_Imap_Client_Cache object used, if available.
getCacheId()  : string
Returns a unique identifier for the current mailbox status.
getComparator()  : mixed
Get the comparator used for searching/sorting (RFC 5255).
getID()  : array<string|int, mixed>
Return ID information from the IMAP server (RFC 2971).
getIdsOb()  : Horde_Imap_Client_Ids
Returns the correct IDs object for use with this driver.
getLanguage()  : mixed
Gets the preferred language for server response messages (RFC 5255).
getMetadata()  : array<string|int, mixed>
Get metadata for a given mailbox. The server must support either the IMAP METADATA extension (RFC 5464) or the ANNOTATEMORE extension (http://ietfreport.isoc.org/idref/draft-daboo-imap-annotatemore/).
getMyACLRights()  : Horde_Imap_Client_Data_Acl
Get the ACL rights for the current user for a given mailbox. The server must support the IMAP ACL extension (RFC 2086/4314).
getNamespaces()  : mixed
Get the NAMESPACE information from the IMAP server (RFC 2342).
getParam()  : mixed
Returns a value from the internal params array.
getQuota()  : mixed
Get quota limits. The server must support the IMAP QUOTA extension (RFC 2087).
getQuotaRoot()  : mixed
Get quota limits for a mailbox. The server must support the IMAP QUOTA extension (RFC 2087).
getSyncToken()  : string
Returns a unique token for the current mailbox synchronization status.
isSecureConnection()  : bool
Display if connection to the server has been secured via TLS or SSL.
listACLRights()  : Horde_Imap_Client_Data_AclRights
List the ACL rights for a given mailbox/identifier. The server must support the IMAP ACL extension (RFC 2086/4314).
listMailboxes()  : array<string|int, mixed>
Obtain a list of mailboxes matching a pattern.
login()  : mixed
Login to the IMAP server.
logout()  : mixed
Logout from the IMAP server (see RFC 3501 [6.1.3]).
noop()  : mixed
Send a NOOP command (RFC 3501 [6.1.2]).
openMailbox()  : mixed
Open a mailbox.
parseCacheId()  : array<string|int, mixed>
Parses a cacheID created by getCacheId().
queryCapability()  : mixed
Returns whether the IMAP server supports the given capability (See RFC 3501 [6.1.1]).
renameMailbox()  : mixed
Rename a mailbox.
resolveIds()  : Horde_Imap_Client_Ids
Resolves an IDs object into a list of IDs.
search()  : array<string|int, mixed>
Search a mailbox.
sendID()  : mixed
Send ID information to the IMAP server (RFC 2971).
serialize()  : mixed
setACL()  : mixed
Set ACL rights for a given mailbox/identifier.
setComparator()  : mixed
Set the comparator to use for searching/sorting (RFC 5255).
setLanguage()  : string
Sets the preferred language for server response messages (RFC 5255).
setMetadata()  : mixed
Set metadata for a given mailbox/identifier.
setParam()  : mixed
Sets a configuration parameter value.
setQuota()  : mixed
Set quota limits. The server must support the IMAP QUOTA extension (RFC 2087).
shutdown()  : mixed
Shutdown actions.
status()  : array<string|int, mixed>
Obtain status information for a mailbox.
statusMultiple()  : array<string|int, mixed>
Perform a STATUS call on multiple mailboxes at the same time.
store()  : Horde_Imap_Client_Ids
Store message flag data (see RFC 3501 [6.4.6]).
subscribeMailbox()  : mixed
Manage subscription status for a mailbox.
sync()  : Horde_Imap_Client_Data_Sync
Synchronize a mailbox from a sync token.
thread()  : Horde_Imap_Client_Data_Thread
Thread sort a given list of messages (RFC 5256).
unserialize()  : mixed
update()  : mixed
validSearchCharset()  : bool
Determines if the given charset is valid for search-related queries.
vanished()  : Horde_Imap_Client_Ids
Get the list of vanished messages (UIDs that have been expunged since a given mod-sequence value).
_append()  : mixed
Append message(s) to a mailbox.
_cacheFields()  : array<string|int, mixed>
Provide the list of available caching fields.
_capability()  : mixed
Query server capability.
_changeSelected()  : mixed
Called when the selected mailbox is changed.
_check()  : mixed
Request a checkpoint of the currently selected mailbox.
_close()  : mixed
Close the connection to the currently selected mailbox, optionally expunging all deleted messages (RFC 3501 [6.4.2]).
_condstoreSync()  : mixed
Synchronizes the current mailbox cache with the server (using CONDSTORE or QRESYNC).
_connect()  : mixed
Connects to the server.
_copy()  : mixed
Copy messages to another mailbox.
_createMailbox()  : mixed
Create a mailbox.
_deleteACL()  : mixed
Deletes ACL rights for a given mailbox/identifier.
_deleteMailbox()  : mixed
Delete a mailbox.
_deleteMailboxPost()  : mixed
Actions to perform after a mailbox delete.
_deleteMsgs()  : Horde_Imap_Client_Ids
Delete messages in the cache.
_expunge()  : Horde_Imap_Client_Ids
Expunge all deleted messages from the given mailbox.
_fetch()  : mixed
Fetch message data.
_fetchCmd()  : mixed
Fetch data for a given fetch query.
_getACL()  : array<string|int, mixed>
Get ACL rights for a given mailbox.
_getComparator()  : mixed
Get the comparator used for searching/sorting (RFC 5255).
_getEncryptKey()  : string
Get encryption key.
_getID()  : array<string|int, mixed>
Return implementation information from the POP3 server (RFC 2449 [6.9]).
_getLanguage()  : mixed
Gets the preferred language for server response messages (RFC 5255).
_getMetadata()  : array<string|int, mixed>
Get metadata for a given mailbox.
_getMyACLRights()  : Horde_Imap_Client_Data_Acl
Get the ACL rights for the current user for a given mailbox.
_getNamespaces()  : Horde_Imap_Client_Namespace_List
Get the NAMESPACE information from the IMAP server.
_getQuota()  : mixed
Get quota limits.
_getQuotaRoot()  : mixed
Get quota limits for a mailbox.
_getResponse()  : array<string|int, mixed>
Gets a line from the stream and parses it.
_getSearchCache()  : mixed
Retrieve data from the search cache.
_getSeqIds()  : array<string|int, mixed>
Returns a list of sequence IDs.
_getUidByMessageId()  : string
Get a message UID by the Message-ID. Returns the last message in a mailbox that matches.
_initCache()  : bool
Initialize the Horde_Imap_Client_Cache object, if necessary.
_initCapability()  : mixed
Retrieve capability information from the IMAP server.
_initOb()  : mixed
Do initialization tasks.
_listACLRights()  : Horde_Imap_Client_Data_AclRights
Get ACL rights for a given mailbox/identifier.
_listMailboxes()  : array<string|int, mixed>
Obtain a list of mailboxes matching a pattern.
_login()  : bool
Login to the IMAP server.
_logout()  : mixed
Logout from the IMAP server (see RFC 3501 [6.1.3]).
_mailboxOb()  : Horde_Imap_Client_Base_Mailbox
Return the Horde_Imap_Client_Base_Mailbox object.
_moveCache()  : mixed
Moves cache entries from the current mailbox to another mailbox.
_noop()  : mixed
Send a NOOP command.
_openMailbox()  : mixed
Open a mailbox.
_parseResponseCode()  : object
Parses response text for response codes (RFC 2449 [8]).
_pop3Cache()  : mixed
Retrieve locally cached message data.
_processString()  : string
Process a string response based on criteria options.
_renameMailbox()  : mixed
Rename a mailbox.
_search()  : Horde_Imap_Client_Ids
Search a mailbox.
_sendID()  : mixed
Send ID information to the IMAP server (RFC 2971).
_sendLine()  : array<string|int, mixed>
Perform a command on the server. A connection to the server must have already been made.
_setACL()  : mixed
Set ACL rights for a given mailbox/identifier.
_setComparator()  : mixed
Set the comparator to use for searching/sorting (RFC 5255).
_setLanguage()  : string
Sets the preferred language for server response messages (RFC 5255).
_setMetadata()  : mixed
Set metadata for a given mailbox/identifier.
_setQuota()  : bool
Set quota limits.
_setSearchCache()  : mixed
Set data in the search cache.
_status()  : array<string|int, mixed>
Obtain status information for mailboxes.
_store()  : Horde_Imap_Client_Ids
Store message flag data.
_subscribeMailbox()  : mixed
Manage subscription status for a mailbox.
_syncStatus()  : array<string|int, mixed>
Return the current mailbox synchronization status.
_thread()  : Horde_Imap_Client_Data_Thread
Thread sort a given list of messages (RFC 5256).
_tryLogin()  : mixed
Authenticate to the POP3 server.
_updateCache()  : mixed
Store FETCH data in cache.
_updateModSeq()  : mixed
Updates the cached MODSEQ value.
_vanished()  : Horde_Imap_Client_Ids
Get the list of vanished messages.

Constants

CACHE_DOWNGRADED

Cache names used exclusively within this class.

public mixed CACHE_DOWNGRADED = 'HICdg'

@since 2.11.0

CACHE_MODSEQ

Cache names for miscellaneous data.

public mixed CACHE_MODSEQ = '_m'
public mixed CACHE_SEARCH = '_s'

CACHE_SEARCHID

public mixed CACHE_SEARCHID = '_i'

MBOX_CACHE

public mixed MBOX_CACHE = "\x01mbox"

VERSION

Serialized version.

public mixed VERSION = 3

Properties

$alerts_ob read-only

public Horde_Imap_Client_Base_Alert $alerts_ob

The alert reporting object (@since 2.26.0)

$cacheFields

The list of fetch fields that can be cached, and their cache names.

public array<string|int, mixed> $cacheFields = array(\Horde_Imap_Client::FETCH_ENVELOPE => 'HICenv', \Horde_Imap_Client::FETCH_FLAGS => 'HICflags', \Horde_Imap_Client::FETCH_HEADERS => 'HIChdrs', \Horde_Imap_Client::FETCH_IMAPDATE => 'HICdate', \Horde_Imap_Client::FETCH_SIZE => 'HICsize', \Horde_Imap_Client::FETCH_STRUCTURE => 'HICstruct')

$changed

Has the internal configuration changed?

public bool $changed = \false

$statuscache

Horde_Imap_Client is optimized for short (i.e. 1 seconds) scripts. It makes heavy use of mailbox caching to save on server accesses. This property should be set to false for long-running scripts, or else status() data may not reflect the current state of the mailbox on the server.

public bool $statuscache = \true
Tags
since
2.14.0

$_connection

Connection to the IMAP server.

protected Client $_connection = \null

$_debug

The debug object.

protected Horde_Imap_Client_Base_Debug $_debug = \null

$_defaultPorts

The default ports to use for a connection.

protected array<string|int, mixed> $_defaultPorts = array(110, 995)

$_deleted

The list of deleted messages.

protected array<string|int, mixed> $_deleted = array()

$_fetchDataClass

This object returns POP3 Fetch data objects.

protected string $_fetchDataClass = 'Horde_Imap_Client_Data_Fetch_Pop3'

$_init

Cached server data.

protected array<string|int, mixed> $_init

$_isAuthenticated

Is there an active authenticated connection to the IMAP Server?

protected bool $_isAuthenticated = \false

$_mode

The current mailbox selection mode.

protected int $_mode = 0

$_params

Hash containing connection parameters.

protected array<string|int, mixed> $_params = array()

This hash never changes.

$_temp

Temp array (destroyed at end of process).

protected array<string|int, mixed> $_temp = array()

Methods

__clone()

This object can not be cloned.

public __clone() : mixed
Return values
mixed

__construct()

Constructor.

public __construct([array<string|int, mixed> $params = array() ]) : mixed
Parameters
$params : array<string|int, mixed> = array()

Configuration parameters:

- cache: (array) If set, caches data from fetch(), search(), and
         thread() calls. Requires the horde/Cache package to be
         installed. The array can contain the following keys (see
         Horde_Imap_Client_Cache for default values):
  - backend: [REQUIRED (or cacheob)] (Horde_Imap_Client_Cache_Backend)
             Backend cache driver [@since 2.9.0].
  - fetch_ignore: (array) A list of mailboxes to ignore when storing
                  fetch data.
  - fields: (array) The fetch criteria to cache. If not defined, all
            cacheable data is cached. The following is a list of
            criteria that can be cached:
    - Horde_Imap_Client::FETCH_ENVELOPE
    - Horde_Imap_Client::FETCH_FLAGS
      Only if server supports CONDSTORE extension
    - Horde_Imap_Client::FETCH_HEADERS
      Only for queries that specifically request caching
    - Horde_Imap_Client::FETCH_IMAPDATE
    - Horde_Imap_Client::FETCH_SIZE
    - Horde_Imap_Client::FETCH_STRUCTURE
- capability_ignore: (array) A list of IMAP capabilites to ignore, even
                     if they are supported on the server.
                     DEFAULT: No supported capabilities are ignored.
- comparator: (string) The search comparator to use instead of the
              default server comparator. See setComparator() for
              format.
              DEFAULT: Use the server default
- context: (array) Any context parameters passed to
           stream_create_context(). @since 2.27.0
- debug: (string) If set, will output debug information to the stream
         provided. The value can be any PHP supported wrapper that can
         be opened via PHP's fopen() function.
         DEFAULT: No debug output
- hostspec: (string) The hostname or IP address of the server.
            DEFAULT: 'localhost'
- id: (array) Send ID information to the server (only if server
      supports the ID extension). An array with the keys as the fields
      to send and the values being the associated values. See RFC 2971
      [3.3] for a list of standard field values.
      DEFAULT: No info sent to server
- lang: (array) A list of languages (in priority order) to be used to
        display human readable messages.
        DEFAULT: Messages output in IMAP server default language
- password: (mixed) The user password. Either a string or a
            Horde_Imap_Client_Base_Password object [@since 2.14.0].
- port: (integer) The server port to which we will connect.
        DEFAULT: 143 (imap or imap w/TLS) or 993 (imaps)
- secure: (string) Use SSL or TLS to connect. Values:
  - false (No encryption)
  - 'ssl' (Auto-detect SSL version)
  - 'sslv2' (Force SSL version 3)
  - 'sslv3' (Force SSL version 2)
  - 'tls' (TLS; started via protocol-level negotation over
    unencrypted channel; RECOMMENDED way of initiating secure
    connection)
  - 'tlsv1' (TLS direct version 1.x connection to server) [@since
    2.16.0]
  - true (TLS if available/necessary) [@since 2.15.0]
    DEFAULT: false
- timeout: (integer)  Connection timeout, in seconds.
           DEFAULT: 30 seconds
- username: (string) [REQUIRED] The username.
- authusername (string) The username used for SASL authentication.
	 If specified this is the user name whose password is used
	 (e.g. administrator).
	 Only valid for RFC 2595/4616 - PLAIN SASL mechanism.
	 DEFAULT: the same value provided in the username parameter.
Return values
mixed

__get()

public __get(mixed $name) : mixed
Parameters
$name : mixed
Return values
mixed

__serialize()

public __serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

__unserialize()

public __unserialize(array<string|int, mixed> $data) : mixed
Parameters
$data : array<string|int, mixed>
Return values
mixed

_setInit()

Set an initialization value.

public _setInit([string $key = null ][, mixed $val = null ]) : mixed
Parameters
$key : string = null

The initialization key. If null, resets all keys.

$val : mixed = null

The cached value. If null, removes the key.

Return values
mixed

alerts()

Return a list of alerts that MUST be presented to the user (RFC 3501 [7.1]).

public alerts() : array<string|int, mixed>
Tags
deprecated

Add an observer to the $alerts_ob property instead.

Return values
array<string|int, mixed>

An array of alert messages.

allAclRights()

Return master list of ACL rights available on the server.

public allAclRights() : array<string|int, mixed>
Return values
array<string|int, mixed>

A list of ACL rights.

append()

Append message(s) to a mailbox.

public append(mixed $mailbox, array<string|int, mixed> $data[, array<string|int, mixed> $options = array() ]) : Horde_Imap_Client_Ids
Parameters
$mailbox : mixed

The mailbox to append the message(s) to. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$data : array<string|int, mixed>

The message data to append, along with additional options. An array of arrays with each embedded array having the following entries:

  - data: (mixed) The data to append. If a string or a stream resource,
          this will be used as the entire contents of a single message.
          If an array, will catenate all given parts into a single
          message. This array contains one or more arrays with
          two keys:
    - t: (string) Either 'url' or 'text'.
    - v: (mixed) If 't' is 'url', this is the IMAP URL to the message
         part to append. If 't' is 'text', this is either a string or
         resource representation of the message part data.
    DEFAULT: NONE (entry is MANDATORY)
  - flags: (array) An array of flags/keywords to set on the appended
           message.
           DEFAULT: Only the \Recent flag is set.
  - internaldate: (DateTime) The internaldate to set for the appended
                  message.
                  DEFAULT: internaldate will be the same date as when
                  the message was appended.
$options : array<string|int, mixed> = array()

Additonal options:

  - create: (boolean) Try to create $mailbox if it does not exist?
            DEFAULT: No.
Tags
throws
Horde_Imap_Client_Exception
Return values
Horde_Imap_Client_Ids

The UIDs of the appended messages.

capability()

Get CAPABILITY information from the IMAP server.

public capability() : array<string|int, mixed>
Tags
deprecated

Use $capability property instead.

throws
Horde_Imap_Client_Exception
Return values
array<string|int, mixed>

The capability array.

check()

Request a checkpoint of the currently selected mailbox (RFC 3501 [6.4.1]).

public check() : mixed
Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

close()

Close the connection to the currently selected mailbox, optionally expunging all deleted messages (RFC 3501 [6.4.2]).

public close([array<string|int, mixed> $options = array() ]) : mixed
Parameters
$options : array<string|int, mixed> = array()

Additional options:

  • expunge: (boolean) Expunge all messages flagged as deleted? DEFAULT: No
Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

copy()

Copy messages to another mailbox.

public copy(mixed $source, mixed $dest[, array<string|int, mixed> $options = array() ]) : mixed
Parameters
$source : mixed

The source mailbox. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$dest : mixed

The destination mailbox. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$options : array<string|int, mixed> = array()

Additional options:

  • create: (boolean) Try to create $dest if it does not exist? DEFAULT: No.
  • force_map: (boolean) Forces the array mapping to always be returned. [@since 2.19.0]
  • ids: (Horde_Imap_Client_Ids) The list of messages to copy. DEFAULT: All messages in $mailbox will be copied.
  • move: (boolean) If true, delete the original messages. DEFAULT: Original messages are not deleted.
Tags
throws
Horde_Imap_Client_Exception
throws
Horde_Imap_Client_Exception_NoSupportExtension
Return values
mixed

An array mapping old UIDs (keys) to new UIDs (values) on success (only guaranteed if 'force_map' is true) or true.

createMailbox()

Create a mailbox.

public createMailbox(mixed $mailbox[, array<string|int, mixed> $opts = array() ]) : mixed
Parameters
$mailbox : mixed

The mailbox to create. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$opts : array<string|int, mixed> = array()

Additional options:

  • special_use: (array) An array of special-use flags to mark the mailbox with. The server MUST support RFC 6154.
Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

currentMailbox()

Return the currently opened mailbox and access mode.

public currentMailbox() : mixed
Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

Null if no mailbox selected, or an array with two elements:

  • mailbox: (Horde_Imap_Client_Mailbox) The mailbox object.
  • mode: (integer) Current mode.

deleteACL()

Deletes ACL rights for a given mailbox/identifier.

public deleteACL(mixed $mailbox, string $identifier) : mixed
Parameters
$mailbox : mixed

A mailbox. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$identifier : string

The identifier to delete (UTF-8).

Tags
throws
Horde_Imap_Client_Exception
throws
Horde_Imap_Client_Exception_NoSupportExtension
Return values
mixed

deleteMailbox()

Delete a mailbox.

public deleteMailbox(mixed $mailbox) : mixed
Parameters
$mailbox : mixed

The mailbox to delete. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

expunge()

Expunge deleted messages from the given mailbox.

public expunge(mixed $mailbox[, array<string|int, mixed> $options = array() ]) : Horde_Imap_Client_Ids
Parameters
$mailbox : mixed

The mailbox to expunge. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$options : array<string|int, mixed> = array()

Additional options:

  • delete: (boolean) If true, will flag all messages in 'ids' as deleted (since 2.10.0). DEFAULT: false
  • ids: (Horde_Imap_Client_Ids) A list of messages to expunge. These messages must already be flagged as deleted (unless 'delete' is true). DEFAULT: All messages marked as deleted will be expunged.
  • list: (boolean) If true, returns the list of expunged messages (UIDs only). DEFAULT: false
Tags
throws
Horde_Imap_Client_Exception
Return values
Horde_Imap_Client_Ids

If 'list' option is true, returns the UID list of expunged messages.

fetch()

Fetch message data (see RFC 3501 [6.4.5]).

public fetch(mixed $mailbox, Horde_Imap_Client_Fetch_Query $query[, array<string|int, mixed> $options = array() ]) : Horde_Imap_Client_Fetch_Results
Parameters
$mailbox : mixed

The mailbox to search. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$query : Horde_Imap_Client_Fetch_Query

Fetch query object.

$options : array<string|int, mixed> = array()

Additional options:

  • changedsince: (integer) Only return messages that have a mod-sequence larger than this value. This option requires the CONDSTORE IMAP extension (if not present, this value is ignored). Additionally, the mailbox must support mod-sequences or an exception will be thrown. If valid, this option implicity adds the mod-sequence fetch criteria to the fetch command. DEFAULT: Mod-sequence values are ignored.
  • exists: (boolean) Ensure that all ids returned exist on the server. If false, the list of ids returned in the results object is not guaranteed to reflect the current state of the remote mailbox. DEFAULT: false
  • ids: (Horde_Imap_Client_Ids) A list of messages to fetch data from. DEFAULT: All messages in $mailbox will be fetched.
  • nocache: (boolean) If true, will not cache the results (previously cached data will still be used to generate results) [since 2.8.0]. DEFAULT: false
Tags
throws
Horde_Imap_Client_Exception
throws
Horde_Imap_Client_Exception_NoSupportExtension
Return values
Horde_Imap_Client_Fetch_Results

A results object.

getACL()

Get the ACL rights for a given mailbox. The server must support the IMAP ACL extension (RFC 2086/4314).

public getACL(mixed $mailbox) : array<string|int, mixed>
Parameters
$mailbox : mixed

A mailbox. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

Tags
throws
Horde_Imap_Client_Exception
Return values
array<string|int, mixed>

An array with identifiers as the keys and Horde_Imap_Client_Data_Acl objects as the values.

getCache()

Returns the Horde_Imap_Client_Cache object used, if available.

public getCache() : mixed
Return values
mixed

Either the cache object or null.

getCacheId()

Returns a unique identifier for the current mailbox status.

public getCacheId(mixed $mailbox[, array<string|int, mixed> $addl = array() ]) : string
Parameters
$mailbox : mixed

A mailbox. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$addl : array<string|int, mixed> = array()

Additional cache info to add to the cache ID string.

Tags
deprecated
throws
Horde_Imap_Client_Exception
Return values
string

The cache ID string, which will change when the composition of the mailbox changes. The uidvalidity will always be the first element, and will be delimited by the '|' character.

getComparator()

Get the comparator used for searching/sorting (RFC 5255).

public getComparator() : mixed
Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

Null if the default comparator is being used, or an array of comparator information (see RFC 5255 [4.8]).

getIdsOb()

Returns the correct IDs object for use with this driver.

public getIdsOb([mixed $ids = null ][, mixed $sequence = false ]) : Horde_Imap_Client_Ids
Parameters
$ids : mixed = null

Either self::ALL, self::SEARCH_RES, self::LARGEST, Horde_Imap_Client_Ids object, array, or sequence string.

$sequence : mixed = false

Are $ids message sequence numbers?

Return values
Horde_Imap_Client_Ids

The IDs object.

getLanguage()

Gets the preferred language for server response messages (RFC 5255).

public getLanguage([array<string|int, mixed> $list = false ]) : mixed
Parameters
$list : array<string|int, mixed> = false

If true, return the list of available languages.

Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

If $list is true, the list of languages available on the server (may be empty). If false, the language used by the server, or null if the default language is used.

getMetadata()

Get metadata for a given mailbox. The server must support either the IMAP METADATA extension (RFC 5464) or the ANNOTATEMORE extension (http://ietfreport.isoc.org/idref/draft-daboo-imap-annotatemore/).

public getMetadata(mixed $mailbox, array<string|int, mixed> $entries[, array<string|int, mixed> $options = array() ]) : array<string|int, mixed>
Parameters
$mailbox : mixed

A mailbox. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$entries : array<string|int, mixed>

The entries to fetch (UTF-8 strings).

$options : array<string|int, mixed> = array()

Additional options:

  • depth: (string) Either "0", "1" or "infinity". Returns only the given value (0), only values one level below the specified value (1) or all entries below the specified value (infinity).
  • maxsize: (integer) The maximal size the returned values may have. DEFAULT: No maximal size.
Tags
throws
Horde_Imap_Client_Exception
Return values
array<string|int, mixed>

An array with metadata names as the keys and metadata values as the values. If 'maxsize' is set, and entries exist on the server larger than this size, the size will be returned in the key '*longentries'.

getNamespaces()

Get the NAMESPACE information from the IMAP server (RFC 2342).

public getNamespaces([array<string|int, mixed> $additional = array() ][, array<string|int, mixed> $opts = array() ]) : mixed
Parameters
$additional : array<string|int, mixed> = array()

If the server supports namespaces, any additional namespaces to add to the namespace list that are not broadcast by the server. The namespaces must be UTF-8 strings.

$opts : array<string|int, mixed> = array()

Additional options:

  • ob_return: (boolean) If true, returns a Horde_Imap_Client_Namespace_List object instead of an array.
Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

A Horde_Imap_Client_Namespace_List object if 'ob_return', is true. Otherwise, an array of namespace objects (@deprecated) with the name as the key (UTF-8) and the following values:

 - delimiter: (string) The namespace delimiter.
 - hidden: (boolean) Is this a hidden namespace?
 - name: (string) The namespace name (UTF-8).
 - translation: (string) Returns the translated name of the namespace
                (UTF-8). Requires RFC 5255 and a previous call to
                setLanguage().
 - type: (integer) The namespace type. Either:
   - Horde_Imap_Client::NS_PERSONAL
   - Horde_Imap_Client::NS_OTHER
   - Horde_Imap_Client::NS_SHARED

getParam()

Returns a value from the internal params array.

public getParam(string $key) : mixed
Parameters
$key : string

The param key.

Return values
mixed

The param value, or null if not found.

getQuota()

Get quota limits. The server must support the IMAP QUOTA extension (RFC 2087).

public getQuota(mixed $root) : mixed
Parameters
$root : mixed

The quota root. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

Tags
throws
Horde_Imap_Client_Exception
throws
Horde_Imap_Client_Exception_NoSupportExtension
Return values
mixed

An array with resource keys. Each key holds an array with 2 values: 'limit' and 'usage'.

getQuotaRoot()

Get quota limits for a mailbox. The server must support the IMAP QUOTA extension (RFC 2087).

public getQuotaRoot(mixed $mailbox) : mixed
Parameters
$mailbox : mixed

A mailbox. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

Tags
throws
Horde_Imap_Client_Exception
throws
Horde_Imap_Client_Exception_NoSupportExtension
Return values
mixed

An array with the keys being the quota roots. Each key holds an array with resource keys: each of these keys holds an array with 2 values: 'limit' and 'usage'.

getSyncToken()

Returns a unique token for the current mailbox synchronization status.

public getSyncToken(mixed $mailbox) : string
Parameters
$mailbox : mixed

A mailbox. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

Tags
since
2.2.0
throws
Horde_Imap_Client_Exception
Return values
string

The sync token.

isSecureConnection()

Display if connection to the server has been secured via TLS or SSL.

public isSecureConnection() : bool
Return values
bool

True if the IMAP connection is secured.

listACLRights()

List the ACL rights for a given mailbox/identifier. The server must support the IMAP ACL extension (RFC 2086/4314).

public listACLRights(mixed $mailbox, string $identifier) : Horde_Imap_Client_Data_AclRights
Parameters
$mailbox : mixed

A mailbox. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$identifier : string

The identifier to query (UTF-8).

Tags
throws
Horde_Imap_Client_Exception
throws
Horde_Imap_Client_Exception_NoSupportExtension
Return values
Horde_Imap_Client_Data_AclRights

An ACL data rights object.

listMailboxes()

Obtain a list of mailboxes matching a pattern.

public listMailboxes(mixed $pattern[, int $mode = Horde_Imap_Client::MBOX_ALL ][, array<string|int, mixed> $options = array() ]) : array<string|int, mixed>
Parameters
$pattern : mixed

The mailbox search pattern(s) (see RFC 3501 [6.3.8] for the format). A UTF-8 string or an array of strings. If a Horde_Imap_Client_Mailbox object is given, it is escaped (i.e. wildcard patterns are converted to return the miminal number of matches possible).

$mode : int = Horde_Imap_Client::MBOX_ALL

Which mailboxes to return. Either:

  • Horde_Imap_Client::MBOX_SUBSCRIBED Return subscribed mailboxes.
  • Horde_Imap_Client::MBOX_SUBSCRIBED_EXISTS Return subscribed mailboxes that exist on the server.
  • Horde_Imap_Client::MBOX_UNSUBSCRIBED Return unsubscribed mailboxes.
  • Horde_Imap_Client::MBOX_ALL Return all mailboxes regardless of subscription status.
  • Horde_Imap_Client::MBOX_ALL_SUBSCRIBED (@since 2.23.0) Return all mailboxes regardless of subscription status, and ensure the '\subscribed' attribute is set if mailbox is subscribed (implies 'attributes' option is true).
$options : array<string|int, mixed> = array()

Additional options:

  - attributes: (boolean) If true, return attribute information under
                the 'attributes' key.
                DEFAULT: Do not return this information.
  - children: (boolean) Tell server to return children attribute
              information (\HasChildren, \HasNoChildren). Requires the
              LIST-EXTENDED extension to guarantee this information is
              returned. Server MAY return this attribute without this
              option, or if the CHILDREN extension is available, but it
              is not guaranteed.
              DEFAULT: false
  - flat: (boolean) If true, return a flat list of mailbox names only.
          Overrides the 'attributes' option.
          DEFAULT: Do not return flat list.
  - recursivematch: (boolean) Force the server to return information
                    about parent mailboxes that don't match other
                    selection options, but have some sub-mailboxes that
                    do. Information about children is returned in the
                    CHILDINFO extended data item ('extended'). Requires
                    the LIST-EXTENDED extension.
                    DEFAULT: false
  - remote: (boolean) Tell server to return mailboxes that reside on
            another server. Requires the LIST-EXTENDED extension.
            DEFAULT: false
  - special_use: (boolean) Tell server to return special-use attribute
                 information (see Horde_Imap_Client SPECIALUSE_*
                 constants). Server must support the SPECIAL-USE return
                 option for this setting to have any effect.
                 DEFAULT: false
  - status: (integer) Tell server to return status information. The
            value is a bitmask that may contain any of:
    - Horde_Imap_Client::STATUS_MESSAGES
    - Horde_Imap_Client::STATUS_RECENT
    - Horde_Imap_Client::STATUS_UIDNEXT
    - Horde_Imap_Client::STATUS_UIDVALIDITY
    - Horde_Imap_Client::STATUS_UNSEEN
    - Horde_Imap_Client::STATUS_HIGHESTMODSEQ
    DEFAULT: 0
  - sort: (boolean) If true, return a sorted list of mailboxes?
          DEFAULT: Do not sort the list.
  - sort_delimiter: (string) If 'sort' is true, this is the delimiter
                    used to sort the mailboxes.
                    DEFAULT: '.'
Tags
throws
Horde_Imap_Client_Exception
Return values
array<string|int, mixed>

If 'flat' option is true, the array values are a list of Horde_Imap_Client_Mailbox objects. Otherwise, the keys are UTF-8 mailbox names and the values are arrays with these keys:

  • attributes: (array) List of lower-cased attributes [only if 'attributes' option is true].
  • delimiter: (string) The delimiter for the mailbox.
  • extended: (TODO) TODO [only if 'recursivematch' option is true and LIST-EXTENDED extension is supported on the server].
  • mailbox: (Horde_Imap_Client_Mailbox) The mailbox object.
  • status: (array) See status() [only if 'status' option is true].

logout()

Logout from the IMAP server (see RFC 3501 [6.1.3]).

public logout() : mixed
Return values
mixed

openMailbox()

Open a mailbox.

public openMailbox(mixed $mailbox[, int $mode = Horde_Imap_Client::OPEN_AUTO ]) : mixed
Parameters
$mailbox : mixed

The mailbox to open. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$mode : int = Horde_Imap_Client::OPEN_AUTO

The access mode. Either

  • Horde_Imap_Client::OPEN_READONLY
  • Horde_Imap_Client::OPEN_READWRITE
  • Horde_Imap_Client::OPEN_AUTO
Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

parseCacheId()

Parses a cacheID created by getCacheId().

public parseCacheId(string $id) : array<string|int, mixed>
Parameters
$id : string

The cache ID.

Tags
deprecated
Return values
array<string|int, mixed>

An array with the following information:

  • highestmodseq: (integer)
  • messages: (integer)
  • uidnext: (integer)
  • uidvalidity: (integer) Always present

queryCapability()

Returns whether the IMAP server supports the given capability (See RFC 3501 [6.1.1]).

public queryCapability(string $capability) : mixed
Parameters
$capability : string

The capability string to query.

Tags
deprecated

Use $capability property instead.

Return values
mixed

True if the server supports the queried capability, false if it doesn't, or an array if the capability can contain multiple values.

renameMailbox()

Rename a mailbox.

public renameMailbox(mixed $old, mixed $new) : mixed
Parameters
$old : mixed

The old mailbox name. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$new : mixed

The new mailbox name. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

Search a mailbox.

public search(mixed $mailbox[, Horde_Imap_Client_Search_Query $query = null ][, array<string|int, mixed> $options = array() ]) : array<string|int, mixed>
Parameters
$mailbox : mixed

The mailbox to search. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$query : Horde_Imap_Client_Search_Query = null

The search query. Defaults to an ALL search.

$options : array<string|int, mixed> = array()

Additional options:

  - nocache: (boolean) Don't cache the results.
             DEFAULT: false (results cached, if possible)
  - partial: (mixed) The range of results to return (message sequence
             numbers) Only a single range is supported (represented by
             the minimum and maximum values contained in the range
             given).
             DEFAULT: All messages are returned.
  - results: (array) The data to return. Consists of zero or more of
             the following flags:
    - Horde_Imap_Client::SEARCH_RESULTS_COUNT
    - Horde_Imap_Client::SEARCH_RESULTS_MATCH (DEFAULT)
    - Horde_Imap_Client::SEARCH_RESULTS_MAX
    - Horde_Imap_Client::SEARCH_RESULTS_MIN
    - Horde_Imap_Client::SEARCH_RESULTS_SAVE
    - Horde_Imap_Client::SEARCH_RESULTS_RELEVANCY
  - sequence: (boolean) If true, returns an array of sequence numbers.
              DEFAULT: Returns an array of UIDs
  - sort: (array) Sort the returned list of messages. Multiple sort
          criteria can be specified. Any sort criteria can be sorted in
          reverse order (instead of the default ascending order) by
          adding a Horde_Imap_Client::SORT_REVERSE element to the array
          directly before adding the sort element. The following sort
          criteria are available:
    - Horde_Imap_Client::SORT_ARRIVAL
    - Horde_Imap_Client::SORT_CC
    - Horde_Imap_Client::SORT_DATE
    - Horde_Imap_Client::SORT_DISPLAYFROM
      On servers that don't support SORT=DISPLAY, this criteria will
      fallback to doing client-side sorting.
    - Horde_Imap_Client::SORT_DISPLAYFROM_FALLBACK
      On servers that don't support SORT=DISPLAY, this criteria will
      fallback to Horde_Imap_Client::SORT_FROM [since 2.4.0].
    - Horde_Imap_Client::SORT_DISPLAYTO
      On servers that don't support SORT=DISPLAY, this criteria will
      fallback to doing client-side sorting.
    - Horde_Imap_Client::SORT_DISPLAYTO_FALLBACK
      On servers that don't support SORT=DISPLAY, this criteria will
      fallback to Horde_Imap_Client::SORT_TO [since 2.4.0].
    - Horde_Imap_Client::SORT_FROM
    - Horde_Imap_Client::SORT_SEQUENCE
    - Horde_Imap_Client::SORT_SIZE
    - Horde_Imap_Client::SORT_SUBJECT
    - Horde_Imap_Client::SORT_TO

    [On servers that support SEARCH=FUZZY, this criteria is also
    available:]
    - Horde_Imap_Client::SORT_RELEVANCY
Tags
throws
Horde_Imap_Client_Exception
Return values
array<string|int, mixed>

An array with the following keys:

  - count: (integer) The number of messages that match the search
           criteria. Always returned.
  - match: (Horde_Imap_Client_Ids) The IDs that match $criteria, sorted
           if the 'sort' modifier was set. Returned if
           Horde_Imap_Client::SEARCH_RESULTS_MATCH is set.
  - max: (integer) The UID (default) or message sequence number (if
         'sequence' is true) of the highest message that satisifies
         $criteria. Returns null if no matches found. Returned if
         Horde_Imap_Client::SEARCH_RESULTS_MAX is set.
  - min: (integer) The UID (default) or message sequence number (if
         'sequence' is true) of the lowest message that satisifies
         $criteria. Returns null if no matches found. Returned if
         Horde_Imap_Client::SEARCH_RESULTS_MIN is set.
  - modseq: (integer) The highest mod-sequence for all messages being
           returned. Returned if 'sort' is false, the search query
           includes a MODSEQ command, and the server supports the
           CONDSTORE IMAP extension.
  - relevancy: (array) The list of relevancy scores. Returned if
               Horde_Imap_Client::SEARCH_RESULTS_RELEVANCY is set and
               the server supports FUZZY search matching.
  - save: (boolean) Whether the search results were saved. Returned if
          Horde_Imap_Client::SEARCH_RESULTS_SAVE is set.

serialize()

public serialize() : mixed
Return values
mixed

setACL()

Set ACL rights for a given mailbox/identifier.

public setACL(mixed $mailbox, string $identifier, array<string|int, mixed> $options) : mixed
Parameters
$mailbox : mixed

A mailbox. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$identifier : string

The identifier to alter (UTF-8).

$options : array<string|int, mixed>

Additional options:

  • rights: (string) The rights to alter or set.
  • action: (string, optional) If 'add' or 'remove', adds or removes the specified rights. Sets the rights otherwise.
Tags
throws
Horde_Imap_Client_Exception
throws
Horde_Imap_Client_Exception_NoSupportExtension
Return values
mixed

setComparator()

Set the comparator to use for searching/sorting (RFC 5255).

public setComparator([string $comparator = null ]) : mixed
Parameters
$comparator : string = null

The comparator string (see RFC 4790 [3.1] - "collation-id" - for format). The reserved string 'default' can be used to select the default comparator.

Tags
throws
Horde_Imap_Client_Exception
throws
Horde_Imap_Client_Exception_NoSupportExtension
Return values
mixed

setLanguage()

Sets the preferred language for server response messages (RFC 5255).

public setLanguage([array<string|int, mixed> $langs = null ]) : string
Parameters
$langs : array<string|int, mixed> = null

Overrides the value of the 'lang' param and sends this list of preferred languages instead. The special string 'i-default' can be used to restore the language to the server default.

Tags
throws
Horde_Imap_Client_Exception
Return values
string

The language accepted by the server, or null if the default language is used.

setMetadata()

Set metadata for a given mailbox/identifier.

public setMetadata(mixed $mailbox, array<string|int, mixed> $data) : mixed
Parameters
$mailbox : mixed

A mailbox. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8). If empty, sets a server annotation.

$data : array<string|int, mixed>

A set of data values. The metadata values corresponding to the keys of the array will be set to the values in the array.

Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

setParam()

Sets a configuration parameter value.

public setParam(string $key, mixed $val) : mixed
Parameters
$key : string

The param key.

$val : mixed

The param value.

Return values
mixed

setQuota()

Set quota limits. The server must support the IMAP QUOTA extension (RFC 2087).

public setQuota(mixed $root[, array<string|int, mixed> $resources = array() ]) : mixed
Parameters
$root : mixed

The quota root. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$resources : array<string|int, mixed> = array()

The resource values to set. Keys are the resource atom name; value is the resource value.

Tags
throws
Horde_Imap_Client_Exception
throws
Horde_Imap_Client_Exception_NoSupportExtension
Return values
mixed

shutdown()

Shutdown actions.

public shutdown() : mixed
Return values
mixed

status()

Obtain status information for a mailbox.

public status(mixed $mailbox[, int $flags = Horde_Imap_Client::STATUS_ALL ][, array<string|int, mixed> $opts = array() ]) : array<string|int, mixed>
Parameters
$mailbox : mixed

The mailbox(es) to query. Either a Horde_Imap_Client_Mailbox object, a string (UTF-8), or an array of objects/strings (since 2.10.0).

$flags : int = Horde_Imap_Client::STATUS_ALL

A bitmask of information requested from the server. Allowed flags:

  - Horde_Imap_Client::STATUS_MESSAGES
    Return key: messages
    Return format: (integer) The number of messages in the mailbox.

  - Horde_Imap_Client::STATUS_RECENT
    Return key: recent
    Return format: (integer) The number of messages with the \Recent
                   flag set as currently reported in the mailbox

  - Horde_Imap_Client::STATUS_RECENT_TOTAL
    Return key: recent_total
    Return format: (integer) The number of messages with the \Recent
                   flag set. This returns the total number of messages
                   that have been marked as recent in this mailbox
                   since the PHP process began. (since 2.12.0)

  - Horde_Imap_Client::STATUS_UIDNEXT
    Return key: uidnext
    Return format: (integer) The next UID to be assigned in the
                   mailbox. Only returned if the server automatically
                   provides the data.

  - Horde_Imap_Client::STATUS_UIDNEXT_FORCE
    Return key: uidnext
    Return format: (integer) The next UID to be assigned in the
                   mailbox. This option will always determine this
                   value, even if the server does not automatically
                   provide this data.

  - Horde_Imap_Client::STATUS_UIDVALIDITY
    Return key: uidvalidity
    Return format: (integer) The unique identifier validity of the
                   mailbox.

  - Horde_Imap_Client::STATUS_UNSEEN
    Return key: unseen
    Return format: (integer) The number of messages which do not have
                   the \Seen flag set.

  - Horde_Imap_Client::STATUS_FIRSTUNSEEN
    Return key: firstunseen
    Return format: (integer) The sequence number of the first unseen
                   message in the mailbox.

  - Horde_Imap_Client::STATUS_FLAGS
    Return key: flags
    Return format: (array) The list of defined flags in the mailbox
                   (all flags are in lowercase).

  - Horde_Imap_Client::STATUS_PERMFLAGS
    Return key: permflags
    Return format: (array) The list of flags that a client can change
                   permanently (all flags are in lowercase).

  - Horde_Imap_Client::STATUS_HIGHESTMODSEQ
    Return key: highestmodseq
    Return format: (integer) If the server supports the CONDSTORE
                   IMAP extension, this will be the highest
                   mod-sequence value of all messages in the mailbox.
                   Else 0 if CONDSTORE not available or the mailbox
                   does not support mod-sequences.

  - Horde_Imap_Client::STATUS_SYNCMODSEQ
    Return key: syncmodseq
    Return format: (integer) If caching, and the server supports the
                   CONDSTORE IMAP extension, this is the cached
                   mod-sequence value of the mailbox when it was opened
                   for the first time in this access. Will be null if
                   not caching, CONDSTORE not available, or the mailbox
                   does not support mod-sequences.

  - Horde_Imap_Client::STATUS_SYNCFLAGUIDS
    Return key: syncflaguids
    Return format: (Horde_Imap_Client_Ids) If caching, the server
                   supports the CONDSTORE IMAP extension, and the
                   mailbox contained cached data when opened for the
                   first time in this access, this is the list of UIDs
                   in which flags have changed since STATUS_SYNCMODSEQ.

  - Horde_Imap_Client::STATUS_SYNCVANISHED
    Return key: syncvanished
    Return format: (Horde_Imap_Client_Ids) If caching, the server
                   supports the CONDSTORE IMAP extension, and the
                   mailbox contained cached data when opened for the
                   first time in this access, this is the list of UIDs
                   which have been deleted since STATUS_SYNCMODSEQ.

  - Horde_Imap_Client::STATUS_UIDNOTSTICKY
    Return key: uidnotsticky
    Return format: (boolean) If the server supports the UIDPLUS IMAP
                   extension, and the queried mailbox does not support
                   persistent UIDs, this value will be true. In all
                   other cases, this value will be false.

  - Horde_Imap_Client::STATUS_FORCE_REFRESH
    Normally, the status information will be cached for a given
    mailbox. Since most PHP requests are generally less than a second,
    this is fine. However, if your script is long running, the status
    information may not be up-to-date. Specifying this flag will ensure
    that the server is always polled for the current mailbox status
    before results are returned. (since 2.14.0)

  - Horde_Imap_Client::STATUS_ALL (DEFAULT)
    Shortcut to return 'messages', 'recent', 'uidnext', 'uidvalidity',
    and 'unseen' values.

$opts : array<string|int, mixed> = array()

Additional options:

  - sort: (boolean) If true, sort the list of mailboxes? (since 2.10.0)
          DEFAULT: Do not sort the list.
  - sort_delimiter: (string) If 'sort' is true, this is the delimiter
                    used to sort the mailboxes. (since 2.10.0)
                    DEFAULT: '.'
Tags
throws
Horde_Imap_Client_Exception
Return values
array<string|int, mixed>

If $mailbox contains multiple mailboxes, an array with keys being the UTF-8 mailbox name and values as arrays containing the requested keys (see above). Otherwise, an array with keys as the requested keys (see above) and values as the key data.

statusMultiple()

Perform a STATUS call on multiple mailboxes at the same time.

public statusMultiple(array<string|int, mixed> $mailboxes[, int $flags = Horde_Imap_Client::STATUS_ALL ][, array<string|int, mixed> $opts = array() ]) : array<string|int, mixed>

This method leverages the LIST-EXTENDED and LIST-STATUS extensions on the IMAP server to improve the efficiency of this operation.

Parameters
$mailboxes : array<string|int, mixed>

The mailboxes to query. Either Horde_Imap_Client_Mailbox objects, strings (UTF-8), or a combination of the two.

$flags : int = Horde_Imap_Client::STATUS_ALL

See status().

$opts : array<string|int, mixed> = array()

Additional options:

  • sort: (boolean) If true, sort the list of mailboxes? DEFAULT: Do not sort the list.
  • sort_delimiter: (string) If 'sort' is true, this is the delimiter used to sort the mailboxes. DEFAULT: '.'
Tags
deprecated

Use status() instead.

Return values
array<string|int, mixed>

An array with the keys as the mailbox names (UTF-8) and the values as arrays with the requested keys (from the mask given in $flags).

store()

Store message flag data (see RFC 3501 [6.4.6]).

public store(mixed $mailbox[, array<string|int, mixed> $options = array() ]) : Horde_Imap_Client_Ids
Parameters
$mailbox : mixed

The mailbox containing the messages to modify. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$options : array<string|int, mixed> = array()

Additional options:

  • add: (array) An array of flags to add. DEFAULT: No flags added.
  • ids: (Horde_Imap_Client_Ids) The list of messages to modify. DEFAULT: All messages in $mailbox will be modified.
  • remove: (array) An array of flags to remove. DEFAULT: No flags removed.
  • replace: (array) Replace the current flags with this set of flags. Overrides both the 'add' and 'remove' options. DEFAULT: No replace is performed.
  • unchangedsince: (integer) Only changes flags if the mod-sequence ID of the message is equal or less than this value. Requires the CONDSTORE IMAP extension on the server. Also requires the mailbox to support mod-sequences. Will throw an exception if either condition is not met. DEFAULT: mod-sequence is ignored when applying changes
Tags
throws
Horde_Imap_Client_Exception
throws
Horde_Imap_Client_Exception_NoSupportExtension
Return values
Horde_Imap_Client_Ids

A Horde_Imap_Client_Ids object containing the list of IDs that failed the 'unchangedsince' test.

subscribeMailbox()

Manage subscription status for a mailbox.

public subscribeMailbox(mixed $mailbox[, bool $subscribe = true ]) : mixed
Parameters
$mailbox : mixed

The mailbox to [un]subscribe to. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$subscribe : bool = true

True to subscribe, false to unsubscribe.

Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

sync()

Synchronize a mailbox from a sync token.

public sync(mixed $mailbox, string $token[, array<string|int, mixed> $opts = array() ]) : Horde_Imap_Client_Data_Sync
Parameters
$mailbox : mixed

A mailbox. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$token : string

A sync token generated by getSyncToken().

$opts : array<string|int, mixed> = array()

Additional options:

  • criteria: (integer) Mask of Horde_Imap_Client::SYNC_* criteria to return. Defaults to SYNC_ALL.
  • ids: (Horde_Imap_Client_Ids) A cached list of UIDs. Unless QRESYNC is available on the server, failure to specify this option means SYNC_VANISHEDUIDS information cannot be returned.
Tags
since
2.2.0
throws
Horde_Imap_Client_Exception
throws
Horde_Imap_Client_Exception_Sync
Return values
Horde_Imap_Client_Data_Sync

A sync object.

thread()

Thread sort a given list of messages (RFC 5256).

public thread(mixed $mailbox[, array<string|int, mixed> $options = array() ]) : Horde_Imap_Client_Data_Thread
Parameters
$mailbox : mixed

The mailbox to query. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$options : array<string|int, mixed> = array()

Additional options:

  - criteria: (mixed) The following thread criteria are available:
    - Horde_Imap_Client::THREAD_ORDEREDSUBJECT
    - Horde_Imap_Client::THREAD_REFERENCES
    - Horde_Imap_Client::THREAD_REFS
      Other algorithms can be explicitly specified by passing the IMAP
      thread algorithm in as a string value.
    DEFAULT: Horde_Imap_Client::THREAD_ORDEREDSUBJECT
  - search: (Horde_Imap_Client_Search_Query) The search query.
            DEFAULT: All messages in mailbox included in thread sort.
  - sequence: (boolean) If true, each message is stored and referred to
              by its message sequence number.
              DEFAULT: Stored/referred to by UID.
Tags
throws
Horde_Imap_Client_Exception
Return values
Horde_Imap_Client_Data_Thread

A thread data object.

unserialize()

public unserialize(mixed $data) : mixed
Parameters
$data : mixed
Return values
mixed

update()

public update(SplSubject $subject) : mixed
Parameters
$subject : SplSubject
Return values
mixed

validSearchCharset()

Determines if the given charset is valid for search-related queries.

public validSearchCharset(string $charset) : bool

This check pertains just to the basic IMAP SEARCH command.

Parameters
$charset : string

The query charset.

Tags
deprecated

Use $search_charset property instead.

Return values
bool

True if server supports this charset.

vanished()

Get the list of vanished messages (UIDs that have been expunged since a given mod-sequence value).

public vanished(mixed $mailbox, int $modseq[, array<string|int, mixed> $opts = array() ]) : Horde_Imap_Client_Ids
Parameters
$mailbox : mixed

The mailbox to query. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

$modseq : int

Search for expunged messages after this mod-sequence value.

$opts : array<string|int, mixed> = array()

Additional options:

  • ids: (Horde_Imap_Client_Ids) Restrict to these UIDs. DEFAULT: Returns full list of UIDs vanished (QRESYNC only). This option is REQUIRED for non-QRESYNC servers or else an empty list will be returned.
Tags
throws
Horde_Imap_Client_NoSupportExtension
Return values
Horde_Imap_Client_Ids

List of UIDs that have vanished.

_append()

Append message(s) to a mailbox.

protected _append(Horde_Imap_Client_Mailbox $mailbox, mixed $data, mixed $options) : mixed
Parameters
$mailbox : Horde_Imap_Client_Mailbox

The mailbox to append the message(s) to.

$data : mixed

The message data.

$options : mixed

Additional options.

Tags
throws
Horde_Imap_Client_Exception_NoSupportPop3
Return values
mixed

A Horde_Imap_Client_Ids object containing the UIDs of the appended messages (if server supports UIDPLUS extension) or true.

_cacheFields()

Provide the list of available caching fields.

protected _cacheFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

The list of available caching fields (fields are in the key).

_capability()

Query server capability.

protected _capability() : mixed

Required because internal code can't call capability via magic method directly - it may not exist yet, the creation code may call capability recursively, and __get() doesn't allow recursive calls to the same property (chicken/egg issue).

Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

The capability object if no arguments provided. If arguments are provided, they are passed to the query() method and this value is returned.

_changeSelected()

Called when the selected mailbox is changed.

protected _changeSelected([mixed $mailbox = null ][, int $mode = null ]) : mixed
Parameters
$mailbox : mixed = null

The selected mailbox or null.

$mode : int = null

The access mode.

Return values
mixed

_check()

Request a checkpoint of the currently selected mailbox.

protected _check() : mixed
Return values
mixed

_close()

Close the connection to the currently selected mailbox, optionally expunging all deleted messages (RFC 3501 [6.4.2]).

protected _close(mixed $options) : mixed
Parameters
$options : mixed

Additional options.

Return values
mixed

_condstoreSync()

Synchronizes the current mailbox cache with the server (using CONDSTORE or QRESYNC).

protected _condstoreSync() : mixed
Return values
mixed

_deleteMsgs()

Delete messages in the cache.

protected _deleteMsgs(Horde_Imap_Client_Mailbox $mailbox, Horde_Imap_Client_Ids $ids[, array<string|int, mixed> $opts = array() ]) : Horde_Imap_Client_Ids
Parameters
$mailbox : Horde_Imap_Client_Mailbox

The mailbox.

$ids : Horde_Imap_Client_Ids

The list of IDs to delete in $mailbox.

$opts : array<string|int, mixed> = array()

Additional options (not used in base class).

Tags
throws
Horde_Imap_Client_Exception
Return values
Horde_Imap_Client_Ids

UIDs that were deleted.

_expunge()

Expunge all deleted messages from the given mailbox.

protected _expunge(array<string|int, mixed> $options) : Horde_Imap_Client_Ids
Parameters
$options : array<string|int, mixed>

Additional options. 'ids' has no effect in this driver.

Return values
Horde_Imap_Client_Ids

If 'list' option is true, returns the list of expunged messages.

_getComparator()

Get the comparator used for searching/sorting (RFC 5255).

protected _getComparator() : mixed
Tags
throws
Horde_Imap_Client_Exception_NoSupportPop3
Return values
mixed

Null if the default comparator is being used, or an array of comparator information (see RFC 5255 [4.8]).

_getEncryptKey()

Get encryption key.

protected _getEncryptKey() : string
Tags
deprecated

Pass callable into 'password' parameter instead.

Return values
string

The encryption key.

_getID()

Return implementation information from the POP3 server (RFC 2449 [6.9]).

protected _getID() : array<string|int, mixed>
Return values
array<string|int, mixed>

An array of information returned, with the keys as the 'field' and the values as the 'value'.

_getLanguage()

Gets the preferred language for server response messages (RFC 5255).

protected _getLanguage(mixed $list) : mixed
Parameters
$list : mixed

If true, return the list of available languages.

Tags
throws
Horde_Imap_Client_Exception_NoSupportPop3
Return values
mixed

If $list is true, the list of languages available on the server (may be empty). If false, the language used by the server, or null if the default language is used.

_getMetadata()

Get metadata for a given mailbox.

protected _getMetadata(Horde_Imap_Client_Mailbox $mailbox, mixed $entries, mixed $options) : array<string|int, mixed>
Parameters
$mailbox : Horde_Imap_Client_Mailbox

A mailbox.

$entries : mixed

The entries to fetch (UTF7-IMAP strings).

$options : mixed

Additional options.

Tags
throws
Horde_Imap_Client_Exception_NoSupportPop3
Return values
array<string|int, mixed>

An array with metadata names as the keys and metadata values as the values.

_getResponse()

Gets a line from the stream and parses it.

protected _getResponse([mixed $multiline = false ]) : array<string|int, mixed>
Parameters
$multiline : mixed = false

'array', 'none', 'stream', or null.

Tags
throws
Horde_Imap_Client_Exception
Return values
array<string|int, mixed>

An array with the following keys:

  • data: (mixed) Stream, array, or null.
  • resp: (string) The server response text.

_getSearchCache()

Retrieve data from the search cache.

protected _getSearchCache(mixed $type, mixed $options) : mixed
Parameters
$type : mixed

The cache type ('search' or 'thread').

$options : mixed

The options array of the calling function.

Return values
mixed

Returns search cache metadata. If search was retrieved, data is in key 'data'. Returns null if caching is not available.

_getSeqIds()

Returns a list of sequence IDs.

protected _getSeqIds(Horde_Imap_Client_Ids $ids) : array<string|int, mixed>
Parameters
$ids : Horde_Imap_Client_Ids

The ID list.

Return values
array<string|int, mixed>

A list of sequence IDs.

_getUidByMessageId()

Get a message UID by the Message-ID. Returns the last message in a mailbox that matches.

protected _getUidByMessageId(Horde_Imap_Client_Mailbox $mailbox, string $msgid) : string
Parameters
$mailbox : Horde_Imap_Client_Mailbox

The mailbox to search

$msgid : string

Message-ID.

Return values
string

UID (null if not found).

_initCache()

Initialize the Horde_Imap_Client_Cache object, if necessary.

protected _initCache([mixed $current = false ]) : bool
Parameters
$current : mixed = false

If true, we are going to update the currently selected mailbox. Add an additional check to see if caching is available in current mailbox.

Return values
bool

Returns true if caching is enabled.

_initCapability()

Retrieve capability information from the IMAP server.

protected _initCapability() : mixed
Return values
mixed

_initOb()

Do initialization tasks.

protected _initOb() : mixed
Return values
mixed

_listMailboxes()

Obtain a list of mailboxes matching a pattern.

protected _listMailboxes(mixed $pattern, mixed $mode, mixed $options) : array<string|int, mixed>
Parameters
$pattern : mixed

The mailbox search patterns (Horde_Imap_Client_Mailbox objects).

$mode : mixed

Which mailboxes to return.

$options : mixed

Additional options.

Return values
array<string|int, mixed>

See listMailboxes().

_login()

Login to the IMAP server.

protected _login() : bool
Return values
bool

Return true if global login tasks should be run.

_logout()

Logout from the IMAP server (see RFC 3501 [6.1.3]).

protected _logout() : mixed
Return values
mixed

_mailboxOb()

Return the Horde_Imap_Client_Base_Mailbox object.

protected _mailboxOb([string $mailbox = null ]) : Horde_Imap_Client_Base_Mailbox
Parameters
$mailbox : string = null

The mailbox name. Defaults to currently selected mailbox.

Return values
Horde_Imap_Client_Base_Mailbox

Mailbox object.

_moveCache()

Moves cache entries from the current mailbox to another mailbox.

protected _moveCache(Horde_Imap_Client_Mailbox $to, array<string|int, mixed> $map, string $uidvalid) : mixed
Parameters
$to : Horde_Imap_Client_Mailbox

The destination mailbox.

$map : array<string|int, mixed>

Mapping of source UIDs (keys) to destination UIDs (values).

$uidvalid : string

UIDVALIDITY of destination mailbox.

Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

_noop()

Send a NOOP command.

protected _noop() : mixed
Return values
mixed

_parseResponseCode()

Parses response text for response codes (RFC 2449 [8]).

protected _parseResponseCode(string $text) : object
Parameters
$text : string

The response text.

Return values
object

An object with the following properties:

  • code: (string) The response code, if it exists.
  • data: (string) The response code data, if it exists.
  • text: (string) The human-readable response text.

_pop3Cache()

Retrieve locally cached message data.

protected _pop3Cache(string $type[, int $index = self::MBOX_CACHE ][, mixed $data = null ]) : mixed
Parameters
$type : string

Either 'hdr', 'hdrob', 'msg', 'size', 'stat', 'top', or 'uidl'.

$index : int = self::MBOX_CACHE

The message index.

$data : mixed = null

Additional information needed.

Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

The cached data. 'msg' returns a stream resource. All other types return strings.

_processString()

Process a string response based on criteria options.

protected _processString(string $str, array<string|int, mixed> $opts) : string
Parameters
$str : string

The original string.

$opts : array<string|int, mixed>

The criteria options.

Return values
string

The requested string.

_sendID()

Send ID information to the IMAP server (RFC 2971).

protected _sendID(mixed $info) : mixed
Parameters
$info : mixed

The information to send to the server.

Tags
throws
Horde_Imap_Client_Exception_NoSupportPop3
Return values
mixed

_sendLine()

Perform a command on the server. A connection to the server must have already been made.

protected _sendLine(string $cmd[, array<string|int, mixed> $options = array() ]) : array<string|int, mixed>
Parameters
$cmd : string

The command to execute.

$options : array<string|int, mixed> = array()

Additional options:

  - debug: (string) When debugging, send this string instead of the
           actual command/data sent.
           DEFAULT: Raw data output to debug stream.
  - multiline: (mixed) 'array', 'none', or 'stream'.
Tags
throws
Horde_Imap_Client_Exception
Return values
array<string|int, mixed>

See _getResponse().

_setComparator()

Set the comparator to use for searching/sorting (RFC 5255).

protected _setComparator(mixed $comparator) : mixed
Parameters
$comparator : mixed

The comparator string (see RFC 4790 [3.1] - "collation-id" - for format). The reserved string 'default' can be used to select the default comparator.

Tags
throws
Horde_Imap_Client_Exception_NoSupportPop3
Return values
mixed

_setLanguage()

Sets the preferred language for server response messages (RFC 5255).

protected _setLanguage(mixed $langs) : string
Parameters
$langs : mixed

The preferred list of languages.

Tags
throws
Horde_Imap_Client_Exception_NoSupportPop3
Return values
string

The language accepted by the server, or null if the default language is used.

_setSearchCache()

Set data in the search cache.

protected _setSearchCache(mixed $data, string $sdata) : mixed
Parameters
$data : mixed

The cache data to store.

$sdata : string

The search data returned from _getSearchCache().

Return values
mixed

_status()

Obtain status information for mailboxes.

protected _status(mixed $mboxes, int $flags) : array<string|int, mixed>
Parameters
$mboxes : mixed

The list of mailbox objects to query.

$flags : int

This driver only supports the options listed under Horde_Imap_Client::STATUS_ALL.

Tags
throws
Horde_Imap_Client_Exception_NoSupportPop3
Return values
array<string|int, mixed>

See array return for status().

_store()

Store message flag data.

protected _store(array<string|int, mixed> $options) : Horde_Imap_Client_Ids
Parameters
$options : array<string|int, mixed>

Additional options. This driver does not support 'unchangedsince'.

Return values
Horde_Imap_Client_Ids

A Horde_Imap_Client_Ids object containing the list of IDs that failed the 'unchangedsince' test.

_syncStatus()

Return the current mailbox synchronization status.

protected _syncStatus(mixed $mailbox) : array<string|int, mixed>
Parameters
$mailbox : mixed

A mailbox. Either a Horde_Imap_Client_Mailbox object or a string (UTF-8).

Return values
array<string|int, mixed>

An array with status data. (This data is not guaranteed to have any specific format).

_tryLogin()

Authenticate to the POP3 server.

protected _tryLogin(string $method) : mixed
Parameters
$method : string

POP3 login method.

Tags
throws
Horde_Imap_Client_Exception
Return values
mixed

_updateModSeq()

Updates the cached MODSEQ value.

protected _updateModSeq(int $modseq) : mixed
Parameters
$modseq : int

MODSEQ value to store.

Return values
mixed

The MODSEQ of the old value if it was replaced (or false if it didn't exist or is the same).

Search results