diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-08 07:10:29 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-08 07:10:29 +0000 |
| commit | be1b537623a156b3886e5900c999aae6a8bbda36 (patch) | |
| tree | 75bdeb6435b8373cd8779f1634fc23146ba37717 /plugins/managesieve/managesieve.php | |
| parent | e93239e07a8a9ed7ce8a8a68820f33911f37e368 (diff) | |
- Added managesieve_auth_type option (#1486731)
git-svn-id: https://svn.roundcube.net/trunk@3808 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/managesieve/managesieve.php')
| -rw-r--r-- | plugins/managesieve/managesieve.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/managesieve/managesieve.php b/plugins/managesieve/managesieve.php index 504c35677..cc71dd81f 100644 --- a/plugins/managesieve/managesieve.php +++ b/plugins/managesieve/managesieve.php @@ -7,7 +7,7 @@ * It's clickable interface which operates on text scripts and communicates * with server using managesieve protocol. Adds Filters tab in Settings. * - * @version 2.6 + * @version 2.8 * @author Aleksander 'A.L.E.C' Machniak <alec@alec.pl> * * Configuration (see config.inc.php.dist) @@ -68,6 +68,7 @@ class managesieve extends rcube_plugin // try to connect to managesieve server and to fetch the script $this->sieve = new rcube_sieve($_SESSION['username'], $this->rc->decrypt($_SESSION['password']), $host, $port, + $this->rc->config->get('managesieve_auth_type'), $this->rc->config->get('managesieve_usetls', false), $this->rc->config->get('managesieve_disabled_extensions'), $this->rc->config->get('managesieve_debug', false) @@ -1090,5 +1091,3 @@ class managesieve extends rcube_plugin return rcube_charset_convert($text, 'UTF7-IMAP', $encoding); } } - -?> |
