[imp] can see only INBOX

J. Patrick Campbell patrick at lowmips.com
Wed Dec 1 20:20:55 PST 2004


hello,
per the troubleshooting faq i've checked:

    * The $conf['user']['allow_folders'] setting in conf.php

$conf['user']['allow_folders'] = true;

    * Whether IMAP subscriptions are required ($_prefs['subscribe'] in
horde/imp/config/prefs.php).

$_prefs['subscribe'] = array(
    'value' => 1,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("Use IMAP folder subscriptions?")


    * The configuration of the folders and namespace variables in
horde/imp/config/servers.php (See that file for more details).

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => '192.168.1.111',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => '.maildir/',
    'namespace' => '',
    'maildomain' => 'lowmips.com',
    'smtphost' => '192.168.1.111',
    'realm' => 'lowmips.com',
    'preferred' => ''
);

-------------------------------------------

is there anything else that would prevent me from seeing other folders?
i can see all of my imap folders in squirrelmail.

Thanks,

Patrick




-- 
http://patrickcampbell.us



More information about the imp mailing list