https://bugs.kde.org/show_bug.cgi?id=400325
Bug ID: 400325
Summary: Freshly created mailbox with a trailing hierarchy
separator is not shown
Product: trojita
Version: git
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: IMAP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When I create a mailbox for storing other mailboxes, the LIST command which
gets issued to discover it does not return any mailboxes because the LIST
contains the trailing hierarchy separator:
11:19:22.527 >>> y88 CREATE "dev.ONF."␍␊
11:19:22.536 <<< y87 OK Idle completed (0.028 + 6.534 + 6.561 secs).␍␊
11:19:22.546 <<< y88 OK Create completed (0.000 + 0.000 secs).␍␊
11:19:22.546 >>> y89 LIST "" "dev.ONF."␍␊
11:19:22.553 <<< y89 OK List completed (0.000 + 0.000 secs).␍␊
11:19:22.553 Imap::Mailbox::CreateMailboxTask Completed
11:19:28.854 >>> y90 IDLE␍␊
11:19:28.864 <<< + idling␍␊
11:19:40.883 >>> DONE␍␊
11:19:40.884 Imap::Mailbox::GetAnyConnectionTask Activated
11:19:40.885 Imap::Mailbox::GetAnyConnectionTask Completed
11:19:40.886 Imap::Mailbox::CreateMailboxTask Activated
11:19:40.959 >>> y91 CREATE "dev.ONF."␍␊
11:19:40.968 <<< y90 OK Idle completed (0.001 + 12.106 + 12.105 secs).␍␊
11:19:40.977 <<< y91 NO [ALREADYEXISTS] Mailbox already exists (0.000 + 0.000
secs).␍␊
When listing mailboxes, we should not include the trailing dot (the hierarchy
separator).
--
You are receiving this mail because:
You are watching all bug changes.