[imp] IMP 4.1 + UW-IMAP

Adrian Chadd adrian at creative.net.au
Tue Mar 7 22:23:12 PST 2006


The working snippet for me, using UW-IMAP:

$servers['staff'] = array(
    'name' => '<staff>',
    'server' => '<staff>.uwa.edu.au',
    'hordeauth' => false,
    'protocol' => 'imap/notls',
    'port' => 143,
    'imap_config' => array(
      'children' => true,
      'namespace' => array(
          '' => array(
            'name' => 'mail/',
            'delimiter' => '/',
            'type' => 'personal',
            'hidden' => false
        ),
      ),
    'search_charset' => true
),

thanks!




Adrian



More information about the imp mailing list