Summary: | IMAP subfolders under inbox are vanished in the folder list | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Arne Goetje <arne> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 1.6.1 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Arne Goetje
2004-04-12 04:01:07 UTC
On Monday 12 April 2004 04:01, Arne Goetje wrote:
> I've upgrades from KDE 3.1.5 to 3.2.1 on Debian unstable. With the new
> kmail version subfolders under INBOX are not displayed anymore in the
> folder list, although they still exist on the server. With the older kmail
> from KDE 3.1.5 on a different machine I can fully access these subfolders.
> It does not matter if the 'Prefix to folders' field in the settings contain
> INBOX or is empty. The subfolders are not accessable anymore.
What imap server is this? Any configuration details? Do you see the subfoldes
in the subscription dialog?
We run uw-imapd-ssl (Debian package). No, I cannot see the subfolders in the subscription dialog. Only 'inbox' is displayed, even when pressing the Refresh button. > We run uw-imapd-ssl (Debian package). How do you create folders under inbox with an UW-imap server? AFAIK it does not support this. > No, I cannot see the subfolders in the subscription dialog. Only 'inbox' > is displayed, even when pressing the Refresh button. OK, please do the following (hopefully your server does also support unencrypted connections): telnet <server> 143 1 login <username> <password> 2 list "" "*" 3 logout It does support only one level of subfolders. I created them with older kmail versions. It worked fine and they are visible when I log in via ssh. Unfortunately the server does not accept unencrypted connections. solved by moving subfolders into top level directory |