INBOX folder name

Leonardo Rodrigues Magalhães coelho@persogo.com.br
Fri, 17 Aug 2001 10:25:26 -0300


    Hello Guys,

    I'm having troubles trying to change INBOX folder name to anything else ... I've already changed the sent-mail, trash and drafts folder. Altough, even changing imp/config/prefs.php to ...

$_prefs['mailbox'] = array(
    'value' => 'Caixa de Entrada',
    'locked' => false,
    'shared' => false,
    'type' => 'implicit'
);

    i got default mailbox named INBOX .....

    Question ... is this somehow related to IMAP server not IMP ?? I'm using Courier IMAPD for reference ...

    Or maybe it can be related to my server entry, on imp/config/servers.php ( note INBOX at namespace ... )

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'protocol' => 'imap',   
    'port' => 143,
    'folders' => '',
    'namespace' => 'INBOX.',
    'maildomain' => 'example.com',
    'smtphost' => 'localhost',
    'realm' => '',
    'preferred' => ''
);

    The problem is that leaving namespace empty, I cannot get folders working ..... Also tried a single dot ( '.' ) with no success.

    Any hint ? Any clue ?? Is 'INBOX' hardcoded and unchanged ?!

    Hope hearing from you soon,
    Leonardo Rodrigues
    Persocom Network