Closed
Bug 105760
Opened 23 years ago
Closed 23 years ago
Subscribe UI unable to subscribe/unsubscribe to non-ASCII imap folders
Categories
(MailNews Core :: Internationalization, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: ji, Assigned: Bienvenu)
Details
(Keywords: intl)
Attachments
(1 file)
1.54 KB,
patch
|
naving
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
****Observed with 10-17-0.9.4 builds*****
Uncheck on a non-ASCII imap folder on subscribe window doesn't stay.
Steps to reproduce:
1. Have a non-ASCII folder in your imap account, like tëst.
2. Select File | Subscribe, you can see all the imap folders are subscribed
initially.
3. Uncheck on the non-ASCII folder and click on OK.
4. Select File | Subscribe again to go back to the subscribe window, you can see
the non-ASCII folder is still checked (subscribed).
I don't see this problem with an ASCII folder.
Nominating for nsbeta1, since it's a basic functionality.
Comment 3•23 years ago
|
||
reassigning to sspitzer and cc'ing bienvenu. I don't know if this is a backend
or frontend issue.
Assignee: putterman → sspitzer
Assignee | ||
Comment 5•23 years ago
|
||
almost certainly an imap mod-utf7 or escaping problem.
Assignee: sspitzer → bienvenu
Updated•23 years ago
|
Updated•23 years ago
|
Priority: -- → P2
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.9
Assignee | ||
Comment 6•23 years ago
|
||
Correcting summary - you can neither subscribe or unsubscribe to non-ascii
folders, or folders whose mod-utf7 name is different from their display name.
Summary: Unable to unsubscrible non-ASCII imap folders → Subscribe UI unable to subscribe/unsubscribe to non-ASCII imap folders
Assignee | ||
Comment 7•23 years ago
|
||
need to convert utf-7 encoded folder name back to unicode before calling
subscribe routine.
Assignee | ||
Comment 8•23 years ago
|
||
cc'ing Navin for review
Comment 9•23 years ago
|
||
Comment on attachment 69117 [details] [diff] [review]
proposed fix
sr=mscott
Attachment #69117 -
Flags: superreview+
Comment 10•23 years ago
|
||
Comment on attachment 69117 [details] [diff] [review]
proposed fix
r=naving
Attachment #69117 -
Flags: review+
Assignee | ||
Comment 11•23 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 12•23 years ago
|
||
Verified with 03/20 builds. it's fixed.
Status: RESOLVED → VERIFIED
Updated•20 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
•