Zend_Mail_Storage_MboxLocated in /Zend/Mail/Storage/Mbox.php (line 42)
Zend_Mail_Storage_Abstract | --Zend_Mail_Storage_Mbox
| Class | Description |
|---|---|
Zend_Mail_Storage_Folder_Mbox
|
null|resource
$_fh
(line 48)
file handle to mbox file
int
$_filemtime
(line 60)
modification date of mbox file for __wakeup
string
$_filename
(line 54)
filename of mbox file for __wakeup
array
$_positions
(line 66)
start and end position of messages as array('start' => start, 'seperator' => headersep, 'end' => end)
Inherited from Zend_Mail_Storage_Abstract
Zend_Mail_Storage_Abstract::$_has
Zend_Mail_Storage_Abstract::$_iterationMax
Zend_Mail_Storage_Abstract::$_iterationPos
Constructor __construct (line 189)
Create instance with parameters Supported parameters are:
close (line 286)
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
countMessages (line 75)
Count messages all messages in current box
getMessage (line 127)
Fetch a message
getRawContent (line 171)
getRawHeader (line 152)
getSize (line 87)
Get a list of messages with number and size
noop (line 298)
Waste some CPU cycles doing nothing.
removeMessage (line 310)
stub for not supported message deletion
_getPos (line 110)
Get positions for mail message or throw exeption if id is invalid
_isMboxFile (line 208)
check if given file is a mbox file
if $file is a resource its file pointer is moved after the first line
_openMboxFile (line 240)
open given file as current mbox file
__sleep (line 322)
magic method for serialize()
with this method you can cache the mbox class
__wakeup (line 336)
magic method for unserialize()
with this method you can cache the mbox class for cache validation the mtime of the mbox file is used
Inherited From Zend_Mail_Storage_Abstract
Zend_Mail_Storage_Abstract::__construct()
Zend_Mail_Storage_Abstract::close()
Zend_Mail_Storage_Abstract::count()
Zend_Mail_Storage_Abstract::countMessages()
Zend_Mail_Storage_Abstract::current()
Zend_Mail_Storage_Abstract::getCapabilities()
Zend_Mail_Storage_Abstract::getMessage()
Zend_Mail_Storage_Abstract::getRawContent()
Zend_Mail_Storage_Abstract::getRawHeader()
Zend_Mail_Storage_Abstract::getSize()
Zend_Mail_Storage_Abstract::key()
Zend_Mail_Storage_Abstract::next()
Zend_Mail_Storage_Abstract::noop()
Zend_Mail_Storage_Abstract::offsetExists()
Zend_Mail_Storage_Abstract::offsetGet()
Zend_Mail_Storage_Abstract::offsetSet()
Zend_Mail_Storage_Abstract::offsetUnset()
Zend_Mail_Storage_Abstract::removeMessage()
Zend_Mail_Storage_Abstract::rewind()
Zend_Mail_Storage_Abstract::seek()
Zend_Mail_Storage_Abstract::valid()
Zend_Mail_Storage_Abstract::__destruct()
Zend_Mail_Storage_Abstract::__get()
Documentation generated on Wed, 21 Feb 2007 11:53:53 -0800 by phpDocumentor 1.3.1