PHP Class Ingo_Script_Imap_Live, horde

Author: Jason M. Felice ([email protected])
Author: Michael Slusarz ([email protected])
Inheritance: extends Ingo_Script_Imap_Api
Mostra file Open project: horde/horde

Public Methods

Method Description
copyMessages ( $indices, $folder )
deleteMessages ( $indices )
fetchEnvelope ( $indices )
getCache ( )
moveMessages ( $indices, $folder )
search ( $query )
setMessageFlags ( $indices, $flags )
storeCache ( $timestamp )

Protected Methods

Method Description
_cacheId ( )
_getMboxOb ( ) 'mailbox' is stored internally as UTF7-IMAP. This should probably be changed to UTF-8.

Method Details

_cacheId() protected method

protected _cacheId ( )

_getMboxOb() protected method

'mailbox' is stored internally as UTF7-IMAP. This should probably be changed to UTF-8.
protected _getMboxOb ( )

copyMessages() public method

public copyMessages ( $indices, $folder )

deleteMessages() public method

public deleteMessages ( $indices )

fetchEnvelope() public method

public fetchEnvelope ( $indices )

getCache() public method

public getCache ( )

moveMessages() public method

public moveMessages ( $indices, $folder )

setMessageFlags() public method

public setMessageFlags ( $indices, $flags )

storeCache() public method

public storeCache ( $timestamp )