Author: Michael Slusarz (slusarz@horde.org)
Example #1
0
 /**
  * Retrieve changes to the maillog since the provided timestamp.
  *
  * @param integer $ts  Timestamp.
  *
  * @return array  An array of messages (IMP_Maillog_Message objects)
  *                changed since the provided timestamp.
  */
 public function getChanges($ts)
 {
     return $this->storage->getChanges($ts);
 }