summaryrefslogtreecommitdiff
path: root/imp3
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-01-20 11:28:45 +0000
committerJonas Smedegaard <dr@jones.dk>2003-01-20 11:28:45 +0000
commit3fe6e41fd4c5bba582799f57dfdbd2b61c3ba9df (patch)
treea2131dc6ea2c2eae7d3f4f53c7ab9d0299bddf03 /imp3
parentd87a58e6e941ba82b6d67f5e29abd883407cf693 (diff)
Add /notls to portnumber.
Diffstat (limited to 'imp3')
-rw-r--r--imp3/servers.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/imp3/servers.php b/imp3/servers.php
index 385dcc9..f599681 100644
--- a/imp3/servers.php
+++ b/imp3/servers.php
@@ -6,7 +6,7 @@ $servers['jones'] = array(
'name' => 'dr. Jones',
'server' => 'mail.jones.dk',
'port' => 143,
- 'protocol' => 'imap',
+ 'protocol' => 'imap/notls',
'folders' => '',
'namespace' => '',
'maildomain' => 'jones.dk',
@@ -24,7 +24,7 @@ $servers['homebase'] = array(
'name' => 'Homebase',
'server' => 'mail.homebase.dk',
'port' => 143,
- 'protocol' => 'imap',
+ 'protocol' => 'imap/notls',
'folders' => '',
'namespace' => '',
'maildomain' => 'homebase.dk',
@@ -42,7 +42,7 @@ $servers['lab'] = array(
'name' => 'Lab',
'server' => '107b.dk',
'port' => 143,
- 'protocol' => 'imap',
+ 'protocol' => 'imap/notls',
'folders' => '',
'namespace' => '',
'maildomain' => '107b.dk',
@@ -60,7 +60,7 @@ $servers['louiz'] = array(
'name' => 'Louiz',
'server' => 'louiz.dk',
'port' => 143,
- 'protocol' => 'imap',
+ 'protocol' => 'imap/notls',
'folders' => '',
'namespace' => '',
'maildomain' => 'mail.louiz.dk',
@@ -78,7 +78,7 @@ $servers['vega'] = array(
'name' => 'Vega',
'server' => 'mail.vega.dk',
'port' => 143,
- 'protocol' => 'imap',
+ 'protocol' => 'imap/notls',
'folders' => '',
'namespace' => '',
'maildomain' => 'mail.vega.dk',
@@ -96,7 +96,7 @@ $servers['bitbase'] = array(
'name' => 'Bitbase',
'server' => 'mail.bitbase.dk',
'port' => 143,
- 'protocol' => 'imap',
+ 'protocol' => 'imap/notls',
'folders' => '',
'namespace' => '',
'maildomain' => 'bitbase.dk',