[Bug 211943] New: IMAP folders ignored if not created by KMail
Gioele Barabucci
dev at gioelebarabucci.com
Mon Oct 26 14:53:30 GMT 2009
https://bugs.kde.org/show_bug.cgi?id=211943
Summary: IMAP folders ignored if not created by KMail
Product: kmail
Version: 1.12.2
Platform: Ubuntu Packages
OS/Version: Linux
Status: NEW
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdepim-bugs at kde.org
ReportedBy: dev at gioelebarabucci.com
Version: 1.12.2 (using KDE 4.3.2)
OS: Linux
Installed from: Ubuntu Packages
KMail refuses to show IMAP folders not created by KMail itself.
This account used to have only an INBOX folder. KMail can use it fine. Then I
create an "Archive" folder with the IMAP CREATE command. (a log of the creation
follows) KMail does not display this folder. It does not not display it in the
subscribable remote folders (even after reloading the list).
To make sure that the server was working fine with KMail, I created, in another
account, a new folder using KMail. That folder is recognised by KMail and
correctly shown.
Log of the "Archive" creation
. LIST "" "*"
* LIST (\HasNoChildren) "." "INBOX"
. OK List completed.
. CREATE "Archive"
. OK Create completed.
. LIST "" "*"
* LIST (\HasNoChildren) "." "Archive"
* LIST (\HasNoChildren) "." "INBOX"
. OK List completed.
Log of the EXAMINE command for the "Archive" and "INBOX" folders
. EXAMINE "Archive"
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK [PERMANENTFLAGS ()] Read-only mailbox.
* 0 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1240524513] UIDs valid
* OK [UIDNEXT 1] Predicted next UID
. OK [READ-ONLY] Select completed.
. EXAMINE "INBOX"
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft
KMAILFORWARDED KMAILTODO KMAILWATCHED KMAILIGNORED
$FORWARDED $TODO $WATCHED $IGNORED)
* OK [PERMANENTFLAGS ()] Read-only mailbox.
* 434 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1240524512] UIDs valid
* OK [UIDNEXT 877] Predicted next UID
. OK [READ-ONLY] Select completed.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list