Zend_Mail_Storage_AbstractImplements interfaces:
Located in /Zend/Mail/Storage/Abstract.php (line 30)
array
$_has
= array('uniqueid' => false,class capabilities with default values
null|int
$_iterationMax
= null (line 52)
maximum iteration position (= message count)
int
$_iterationPos
= 0 (line 46)
current iteration position
Constructor __construct (line 141)
Create instance with parameters
Destructor __destruct (line 147)
Destructor calls close() and therefore closes the resource.
close (line 159)
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
count (line 184)
Countable::count()
countMessages (line 95)
Count messages messages in current box/folder
current (line 273)
Iterator::current()
getCapabilities (line 83)
Get a full list of features supported by the specific mail lib and the server
getMessage (line 113)
Get a message with headers and body
getRawContent (line 133)
Get raw content of message or part
getRawHeader (line 124)
Get raw header of message or part
getSize (line 104)
Get a list of messages with number and size
key (line 285)
Iterator::key()
next (line 297)
Iterator::next()
noop (line 167)
Keep the resource alive.
offsetExists (line 197)
ArrayAccess::offsetExists()
offsetGet (line 216)
ArrayAccess::offsetGet()
offsetSet (line 231)
ArrayAccess::offsetSet()
offsetUnset (line 244)
ArrayAccess::offsetUnset()
removeMessage (line 174)
delete a message from current box/folder
rewind (line 260)
Iterator::rewind()
Rewind always gets the new count from the storage. Thus if you use the interfaces and your scripts take long you should use reset() from time to time.
seek (line 326)
SeekableIterator::seek()
valid (line 309)
Iterator::valid()
__get (line 67)
Getter for has-properties. The standard has properties are: hasFolder, hasUniqueid, hasDelete, hasCreate, hasTop
The valid values for the has-properties are:
Documentation generated on Wed, 21 Feb 2007 11:45:25 -0800 by phpDocumentor 1.3.1