From 8829e1cba7fd607299bcefe8eccf037331f36a99 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 28 Oct 2009 14:16:45 -0400
Subject: [PATCH] Added: FS#693 - Add SSL options to GETMAIL section so getmail can be used with gmail and others that force SSL
---
interface/web/mail/form/mail_get.tform.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/mail/form/mail_get.tform.php b/interface/web/mail/form/mail_get.tform.php
index 634094d..402c5b9 100644
--- a/interface/web/mail/form/mail_get.tform.php
+++ b/interface/web/mail/form/mail_get.tform.php
@@ -73,7 +73,7 @@
'datatype' => 'VARCHAR',
'formtype' => 'SELECT',
'default' => '',
- 'value' => array('pop3' => 'POP3','imap'=>'IMAP')
+ 'value' => array('pop3' => 'POP3','imap'=>'IMAP','pop3ssl' => 'POP3SSL','imapssl'=>'IMAPSSL')
),
'source_server' => array (
'datatype' => 'VARCHAR',
--
Gitblit v1.9.1