Summary | no messages in folder |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | leena.heino (at) uta (dot) fi |
Created | 10/31/2011 (4997 days ago) |
Due | |
Updated | 10/31/2011 (4997 days ago) |
Assigned | 10/31/2011 (4997 days ago) |
Resolved | 10/31/2011 (4997 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
that Spam is a special use folder and it is listed in dynamic mode
within the same listing as Inbox, Drafts, Sent and possibly Trash.
The Subfolders of Spam folder are listed among other non-special
folders.
then it is separated from its subfolders. The traditional mode does
not seem to do this. Perhaps special use folders should be
accessible and listed in both lists in dynamic mode.
folders list page is inappropriate (that is intended to show the
canonical view of the mailbox tree on the IMAP server).
that Spam is a special use folder and it is listed in dynamic mode
within the same listing as Inbox, Drafts, Sent and possibly Trash. The
Subfolders of Spam folder are listed among other non-special folders.
This UI feature might be confusing; if folder is considered special
then it is separated from its subfolders. The traditional mode does
not seem to do this. Perhaps special use folders should be accessible
and listed in both lists in dynamic mode.
This bug may be closed. It is more like confusing UI in this case than
a real bug.
Cyrus IMAPD 2.4.12
From: /etc/imapd.conf:
altnamespace: yes
unixhierarchysep: yes
No problems there. Imap server in that case works exactly as expected:
I can open the folder and I can expand the folder tree.
But on Dynamic version it only allows me to expand the folder tree. It
won't allow me to open the parent folder of the folder tree. Therefore
I cannot create any imap debug data because the folder tree is just
expanded and no data is sent to or from imap server.
The folder is shown like this on the imap server response:
C: 5 LIST (SUBSCRIBED) "" (* "Other Users/*" "Shared Folders/*")
RETURN (SUBSCRIBED)
S: * LIST (\Noinferiors \Subscribed) "/" INBOX
S: * LIST (\Subscribed \HasChildren) "/" Spam
S: * LIST (\Subscribed) "/" Spam/2011
S: 5 OK Completed (0.000 secs 42 calls)
I can examine the Spam/2011 folder:
C: 2 EXAMINE Spam/2011
S: * 3605 EXISTS
S: * 0 RECENT
S: 2 OK [READ-ONLY] Completed
State ⇒ Feedback
To further debug this issue, we need details of the IMP -> IMAP/POP
communication.
To enable debugging, see instructions contained in
imp/config/backends.php (the 'debug' config parameter).
Debugging should not be enabled on a production server, Attach/post
only the portion of the log that directly deals with the problem
reported (it may be simplest to clear the log file and then perform
the event that causes the error).
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ no messages in folder
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
only expand the folder to see expanded list subfolders but you cannot
see any messages under the parent folder. Thus there is no way to
open/select parent folder if it has subfolders.