| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Copyright 2013-2014 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.
| Copyright: | 2013-2014 Horde LLC |
| License: | http://www.horde.org/licenses/lgpl21 LGPL 2.1 |
| File Size: | 405 lines (12 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Horde_Imap_Client_Cache_Backend_Db:: (13 methods):
__construct()
_initOb()
get()
getCachedUids()
set()
getMetaData()
setMetaData()
deleteMsgs()
deleteMailbox()
clear()
_baseSql()
_getUid()
_createUid()
Class: Horde_Imap_Client_Cache_Backend_Db - X-Ref
A SQL database implementation for caching IMAP/POP data.| __construct(array $params = array() X-Ref |
| Constructor. param: array $params Configuration parameters: |
| _initOb() X-Ref |
| No description |
| get($mailbox, $uids, $fields, $uidvalid) X-Ref |
| No description |
| getCachedUids($mailbox, $uidvalid) X-Ref |
| No description |
| set($mailbox, $data, $uidvalid) X-Ref |
| No description |
| getMetaData($mailbox, $uidvalid, $entries) X-Ref |
| No description |
| setMetaData($mailbox, $data) X-Ref |
| No description |
| deleteMsgs($mailbox, $uids) X-Ref |
| No description |
| deleteMailbox($mailbox) X-Ref |
| No description |
| clear($lifetime) X-Ref |
| No description |
| _baseSql($mailbox, $join = null) X-Ref |
| Prepare the base SQL query. param: string $mailbox The mailbox. param: string $join The table to join with the base table. return: array SQL query and bound parameters. |
| _getUid($mailbox) X-Ref |
param: string $mailbox return: string UID from base table. |
| _createUid($mailbox) X-Ref |
param: string $mailbox return: string UID from base table. |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |