Add doc blurb about caching/CONDSTORE/QRESYNC
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 1 Feb 2010 06:19:47 +0000 (23:19 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 1 Feb 2010 07:20:22 +0000 (00:20 -0700)
imp/config/servers.php.dist

index a764049..eb00690 100644 (file)
  *        of a Horde_Cache driver in Horde. Will be disabled on any empty
  *        value and enabled on any non-false value.
  *
+ *        Caching is HIGHLY RECOMMENDED. There is no reason not to cache if
+ *        the IMAP server supports the CONDSTORE and/or QRESYNC IMAP
+ *        extensions. If the server does not support these extensions, any
+ *        flags changed by another mail agent while the IMP sesssion is active
+ *        will not be updated. If IMP will be the exclusive method of
+ *        accessing the IMAP server, or you do not care about this behvaior,
+ *        caching should be enabled on these servers.
+ *
  *        The following optional configuration items are available:
  *          'compress' - (string) Should the contents of the cache files be
  *                       compressed before they are stored? This results in
  *                       installation of a separate PECL module and provides
  *                       less compression but is extremely fast (within 5% of
  *                       regular string operations).  If available, 'lzf' is
- *                       highly RECOMMENDED.
+ *                       HIGHLY RECOMMENDED.
  *          'lifetime' - (integer) The lifetime, in seconds, of the cached
  *                       data.
  *          'slicesize' - (integer) The number of messages stored in each