Closed
Bug 26439
Opened 25 years ago
Closed 23 years ago
Need to improve "Personal Namespace" on advance IMAP preference
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: huang, Assigned: naving)
Details
Comment 3•25 years ago
|
||
CC'ing sspitzer, this might be a migration issue.
I think migration does the right thing. In the pref we still stored as
"\"Inbox.\"" why we did this way? I don't know. Chris Fuchs implemented this a
while back. I don't know if there is an easy way to not having the extra double
quotes.
Status: NEW → ASSIGNED
Target Milestone: M14
Comment 5•24 years ago
|
||
Moving to M18 and nominating for beta3.
Keywords: nsbeta3
Target Milestone: M17 → M18
Reporter | ||
Comment 7•24 years ago
|
||
Since migration does bring the "Inbox." value for IMAP Cyrus "Personal
Namespace" on UI. So I think that will be fine for not fixing prefs.js file for
beta3. Removing nsbeta3 for the keywords, let developers to decide the target
milestone.
Keywords: nsbeta3
Comment 8•24 years ago
|
||
reassigning jefft's bugs to naving
Assignee: jefft → naving
Status: ASSIGNED → NEW
Reporter | ||
Comment 9•23 years ago
|
||
Ccing Cavin.
Reporter | ||
Comment 10•23 years ago
|
||
Since this bug blocked bug 27002 and bug 27002 has been nominating nsbeta1. So
this bug should be in nsbeta1 for next release.....
Keywords: nsbeta1
Updated•23 years ago
|
Comment 11•23 years ago
|
||
CC to myself.
Comment 12•23 years ago
|
||
This is not a bug.
2 reasons:
1. The imap server may support more than one "Personal Namespace"(also it can
support more than one "Public Namespace" and "OtherUsers Namespace"). By using
"\"", mozilla may successfully read the whole settings string instead part of
it. Because they are seperated by ",". Following is from my preference(a UW V4R1
IMAP server).
user_pref("mail.server.server4.namespace.other_users", "\"~\"");
user_pref("mail.server.server4.namespace.personal", "\"#mh/\",\"#mhinbox\",\"\"");
user_pref("mail.server.server4.namespace.public",
"\"#public/\",\"#news.\",\"#ftp/\",\"#shared/\"");
2. In the current implementation of mozilla, "" stands for there is not such a
namespace(See the followings from my preference.), otherwise, "\"\"" stands for
there is a namespace "".
user_pref("mail.server.server5.namespace.other_users", "");
user_pref("mail.server.server5.namespace.personal", "");
user_pref("mail.server.server5.namespace.public", "");
Mark this bug WONTFIX.
Another thing, this bug should not block bug 27002 which can be solved
seperately. So, clear the "blocks" area.
Comment 13•23 years ago
|
||
Hi, Karen Huang, please verify. Thanks.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•