[imp] empty INBOX until selecting INBOX from folder browser or icon
Gary Jutras
g@world.std.com
Thu, 28 Feb 2002 21:06:51 -0500
the url that the system goes to upon login is
https://www.jutras.net/horde/imp/mailbox.php?actionID=105&mailbox=mail%2FINBOX
Here's the entry from config/server.php:
$servers['jutras'] = array(
'name' => 'jutras.net',
'server' => 'rush.jutras.net',
'protocol' => 'imap',
'port' => 143,
'folders' => 'mail/',
'namespace' => '',
'maildomain' => 'jutras.net',
'smtphost' => 'rush.jutras.net',
'realm' => 'jutras.net',
'preferred' => ''
);
However using the url https://www.jutras.net/horde/imp/mailbox.php?mailbox=INBOX
works (the url from the inbox icon).
If I change the folders to '' then the users home directories get full of mail
files instead of living in the mail/ directory where they should be.
Quoting Jan Schneider <jan@horde.org>:
> Zitat von Gary Jutras <g@world.std.com>:
>
> > Running the latest HEAD version as of 0745 GMT Feb 28.
> > Using IMP as auth for horde.
> > runnning on redhat 7.1 standard with horde php rpms.
> >
> >
> > I login and by preferences I have it going to the INBOX.
> > No messages appear on intial login.
> > If I select the small double circling arrow, refresh folder, miny icon,
> > it refreshes to the screento another with no messages.
> > If I select INBOX from the icon bar or go to the folder browser and
> > select INBOX or select INBOX from the goto folder navbar drop down, the
> > "real" INBOX with messages appears.
>
> Could you please tell me what you have 'folders' and 'namespace' set to and
>
> what the 'mailbox' parameter of the url is when imp loads that empty INBOX?
>
> Jan.
>
> --
> http://www.horde.org - The Horde Project
> http://www.ammma.de - discover your knowledge
> http://www.tip4all.de - Deine private Tippgemeinschaft
>
> --
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>