From 3fe6e41fd4c5bba582799f57dfdbd2b61c3ba9df Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 20 Jan 2003 11:28:45 +0000 Subject: Add /notls to portnumber. --- imp3/servers.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'imp3') 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', -- cgit v1.2.3