NOTE: This class is NOT intended to be accessed outside of a Base object. There is NO guarantees that the API of this class will not change across versions.
Author: Michael Slusarz (slusarz@horde.org)
Example #1
0
File: Base.php Project: Gomez/horde
 /**
  * Parses a cacheID created by getCacheId().
  *
  * @deprecated
  *
  * @param string $id  The cache ID.
  *
  * @return array  An array with the following information:
  *   - highestmodseq: (integer)
  *   - messages: (integer)
  *   - uidnext: (integer)
  *   - uidvalidity: (integer) Always present
  */
 public function parseCacheId($id)
 {
     return Horde_Imap_Client_Base_Deprecated::parseCacheId($id);
 }