Closed
Bug 108910
Opened 23 years ago
Closed 23 years ago
Cyrus IMAP: IMAP subscribe does not properly detect IMAP seperator
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
People
(Reporter: todd, Assigned: sspitzer)
Details
(Keywords: imap-interop)
Using Cyrus IMAP for the backend server, trying to subscribe to mailboxes will
return mailbox does not exist errors. These mailboxes are listed in the
subscribable folders list (as returned by IMAP command list "" "%"). The problem
appears to be that the seperator is not picked up properly.
I am including a partial example from my cyrus logs. First is the listing of
mailboxes.
47 list "" "%"
.* LIST () "." "INBOX"
* LIST (\Noselect) "." "user"
47 OK Completed
48 list "" "%.%"
.* LIST () "." "INBOX.Drafts"
* LIST () "." "INBOX.Sent"
* LIST () "." "INBOX.Templates"
* LIST () "." "INBOX.Trash"
* LIST () "." "INBOX.lug"
* LIST () "." "INBOX.perl-dbi"
* LIST () "." "user.jonathan"
* LIST () "." "user.tmp"
48 OK Completed
As you can see, INBOX.lug is a valid mailbox and the seperator is listed as ".".
Then when I attempt to subscribe, the following happens:
1 OK User logged in
2 subscribe "INBOX/lug"
2 NO Subscribe: Mailbox does not exist
The "." seperator is being replaced with "/", so of course the subscribe fails.
QA Contact: stephend → huang
Comment 1•23 years ago
|
||
this is a dupe of bug 55774 which was fixed in 0.9.4
*** This bug has been marked as a duplicate of 55774 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 2•23 years ago
|
||
Verified as dup and this should be fixed already.
Status: RESOLVED → VERIFIED
Keywords: interop
Summary: IMAP subscribe does not properly detect IMAP seperator → Cyrus IMAP: IMAP subscribe does not properly detect IMAP seperator
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Subscribe → MailNews: Message Display
QA Contact: huang → search
You need to log in
before you can comment on or make changes to this bug.
Description
•