Closed
Bug 188196
Opened 23 years ago
Closed 23 years ago
Improper view of folders in namespace when using courier-imap
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
People
(Reporter: cstef, Assigned: Bienvenu)
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
With courier imap, personal namespace is "INBOX.", "." is separator. INBOX
itself is user's inbox. When I open IMPA accounts, I see all folders as
subfolders of INBOX, but I think they should be at the upper level of hierarchy.
When Moizilla automatically creates folder (such as Sent), it creates it in
proper place (as "INBOX.Sent"), but shows it not as upper-level Sent folder, but
as subfolder of INBOX and does not mark it as Sent in folder pane until I
specifically point in account preferences that my Sent folder is INBOX.Sent
(subfolder Sent in INBOX). Also when I want to create new folder, Mozilla show
only folder INBOX in the upper level, but I can't create folders at the root of
hierarchy, but only subfolders of INBOX.
Reproducible: Always
Steps to Reproduce:
1. Create new IMAP account on Coureir-IMAP server
2. Add it to Mozilla mail.
3. Send letter using that account.
4. Try to create nes folder.
Actual Results:
After step 3. a new folder Sent will be created and shown as subfolder of INBOX
and there will be a copy of sent letter.
During step 4. you will be able to create only subfolders of INBOX, but not root
folders.
Expected Results:
New Sent should be shown in at the root level of hierarchy. (but it should be
created at the same place as it created now - Mozilla treats personal namespace
properly).
There should be possible to create folders (to show them) at the root level.
Here's IMAP command showing answer to NAMESPACE command from IMAP server.
-----------------------------------------------------
* OK Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc. See COPYING
for distribution information.
a10 LOGIN user password
a10 OK LOGIN Ok.
a20 NAMESPACE
* NAMESPACE (("INBOX." ".")) NIL (("shared." "."))
a20 OK NAMESPACE completed.
-----------------------------------------------------
Reporter | ||
Comment 1•23 years ago
|
||
It is a picture to show Mozilla's view of namespaces of IMAP server
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 80858 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•