From 5eb9c70b605cc442c4f49366b6eb765a867b4638 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 02 Sep 2015 07:49:13 -0400 Subject: [PATCH] Added method to determine IMAP server vendor, for future use --- config/defaults.inc.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 178a6e9..3bb8cf9 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -165,6 +165,11 @@ // Otherwise it will be determined automatically $config['imap_delimiter'] = null; +// If you know your imap's folder vendor, you can specify it here. +// Otherwise it will be determined automatically. Use lower-case +// identifiers, e.g. 'dovecot', 'cyrus', 'gmail', 'hmail', 'uw-imap'. +$config['imap_vendor'] = null; + // If IMAP server doesn't support NAMESPACE extension, but you're // using shared folders or personal root folder is non-empty, you'll need to // set these options. All can be strings or arrays of strings. -- Gitblit v1.9.1