Implements interfaces:
Located in /Mail/Storage/Imap.php (line 66)
Zend_Mail_Storage_Abstract | --Zend_Mail_Storage_Imap
imap flags to constants translation
name of current folder
protocol handler
Inherited from Zend_Mail_Storage_Abstract
Zend_Mail_Storage_Abstract::$_has
Zend_Mail_Storage_Abstract::$_iterationMax
Zend_Mail_Storage_Abstract::$_iterationPos
Zend_Mail_Storage_Abstract::$_messageClass
create instance with parameters
Supported paramters are
append a new message to mail storage
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
copy an existing message
Count messages all messages in current box
create a new folder
This method also creates parent folders if necessary. Some mail storages may restrict, which folder may be used as parent or which chars may be used in the folder name
get Zend_Mail_Storage_Folder instance for current folder
get root folder or given folder
Fetch a message
get a message number from a unique id
I.e. if you have a webmailer that supports deleting messages you should use unique ids as parameter and use this method to translate it to message number right before calling removeMessage()
get a list of messages with number and size
get unique id for one or all messages
if storage does not support unique ids it's the same as the message number
Keep the server busy.
remove a folder
Remove a message from server. If you're doing that from a web enviroment you should be careful and use a uniqueid as parameter if possible to identify the message.
rename and/or move folder
The new name has the same restrictions as in createFolder()
select given folder
folder must be selectable!
set flags for message
NOTE: this method can't set the recent flag.
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::getNumberByUniqueId()
Zend_Mail_Storage_Abstract::getRawContent()
Zend_Mail_Storage_Abstract::getRawHeader()
Zend_Mail_Storage_Abstract::getSize()
Zend_Mail_Storage_Abstract::getUniqueId()
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 Sun, 27 May 2007 23:24:52 -0700 by phpDocumentor 1.3.2