[imp] Remote IMAP
Gary Smith
gary at primeexalia.com
Tue Sep 9 09:31:23 PDT 2003
We use this to access Exchange 2K with horde/imp. I know that it's not a perfect script but it works for use. (from horde/imp/config/servers.php).
$servers['_prompt'] = array(
'name' => _("Choose a mail server:")
);
$domain=preg_replace("/(\w+)\.([\w\-]+)\.(\w+)\:*.*/","\\2.\\3",$GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME']);
$servers['imap'] = array(
'name' => "Web Mail",
'server' => '10.0.65.85',
'protocol' => 'imap',
'port' => 143,
'folders' => '',
'namespace' => 'INBOX.',
'maildomain' => $domain,
'realm' => '',
'preferred' => "webmail.$domain"
);
-----Original Message-----
From: Dave Breiland [mailto:superdave at dynamicis.com]
Sent: Tue 9/9/2003 7:09 AM
To: imp at lists.horde.org
Cc:
Subject: [imp] Remote IMAP
Hello all!
I am wanting to access an IMAP through IMP/Horde. The problem is that
they are not on the same server. I have done a few tests and found that
it seems to hang. In reality I am guessing that it is really just in the
process of downloading ALL of the mailbox locally.
Is this correct?
Is there a way to make this work better?
Would the IMAP Proxy work for this? If so, will it work with my version of
IMP/Horde?
I am currently running:
Horde Versions
Horde: 2.2.3
IMP: 3.2.1 (run IMP tests)
Turba: 1.1
Kronolith: 1.1
Mnemo: 1.1
PHP Version
View phpinfo() screen
PHP Version: 4.3.3RC2
PHP Major Version: 4.3
PHP Minor Version: 3
PHP Version Classification: dev
You are running a supported version of PHP.
Thanks for the help!
Dave
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe at lists.horde.org
More information about the imp
mailing list