Class Horde_Imap_Client_Ids
An object that provides a way to identify a list of IMAP indices.
Copyright 2011-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- Horde_Imap_Client_Ids implements Countable, Iterator, Serializable
Direct known subclasses
Horde_Imap_Client_Ids_Pop3
Package: Imap\Client
Category: Horde
License: LGPL 2.1
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Imap/Client/Ids.php
Category: Horde
License: LGPL 2.1
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Imap/Client/Ids.php
public
|
|
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
string |
ALL
|
#
"\01"
|
string |
SEARCH_RES
|
#
"\02"
|
public
boolean
|
$all
Does this represent an ALL message set? |
public
array
|
$ids
The list of IDs. |
public
boolean
|
$search_res
Does this represent a search result? |
public
boolean
|
$sequence
Are these sequence IDs? If false, these are UIDs. |
public
boolean
|
$tostring
Return the non-sorted string representation. |
public
boolean
|
$tostring_sort
Return the sorted string representation. |