[imp] imapproxy v1.0 released.

Erik Slooff erik@slooff.com
Wed, 14 Aug 2002 17:44:44 +0200


Hi,

Don't know about Mike but in my mine the entry is:
$servers['imap'] = array(
    'name' => 'slooff.net',
    'server' => 'localhost',
    'protocol' => 'imap',
    'port' => 1234,
    'folders' => 'INBOX.',
    'namespace' => '',
    'maildomain' => 'slooff.net',
    'smtphost' => 'localhost',
    'realm' => 'slooff.net',
    'preferred' => ''
);

Where 1234 is the same as the following entry in the imapproxy config
file:
local_port      1234

Bye,

Erik

-----Original Message-----
From: imp-bounces@lists.horde.org [mailto:imp-bounces@lists.horde.org]
On Behalf Of Lee Nash
Sent: woensdag 14 augustus 2002 17:19
To: imp@lists.horde.org
Subject: Re: [imp] imapproxy v1.0 released.


What is your entry look like in your servers.php file?


Thanks,
-lee

Quoting Mike Cochrane <mike@graftonhall.co.nz>:

> For those who are interested...
> this compiles fine with cygwin and is a huge (time to screen for an
email is
> about 1/4 - 1/3 the previous time) performance increase.
> 
> The only thing i did change was the default config file name in 
> defines.h as .imapproxy is not a valid filename on win32..... but even

> with out this you can specify it on the command line anyway.
> 
> also i noticed in defines.h that no one bumped the version number ;-)
> 
> if someone wants to compile a native win32 version that would be 
> awesome...
> 
> - Mike :-)
>