Closed
Bug 110675
Opened 24 years ago
Closed 24 years ago
Edit Imap Drafts fails
Categories
(MailNews Core :: Composition, defect)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 110502
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Keywords: regression)
Possibly a fallout from the url changes, since we're failing with a null url.
Comment 1•24 years ago
|
||
duplicate of bug 110552 ?
| Assignee | ||
Comment 2•24 years ago
|
||
yes, except this one has the right people cc'ed, so I'm going to dup the other
one. The basic problem is that IsValidScheme does not allow _ in the scheme, and
mailnews uses underscores in all our schemes (imap_message, mailbox_message,
...). I'm assuming this is a recent change - not sure why '_' is not allowed,
but I'm surprised anything in mailnews works.
Keywords: regression
| Assignee | ||
Comment 3•24 years ago
|
||
The addressbook uses moz-directory for its schemes as well, so things like
history ab don't work either. Darin, we need guidance. If schemes can't have non
alphanumeric characters, then we need to rewrite a lot of our uri parsing and
munging code, so I'd really like to know if this is a hard and fast rule, or if
I can tweak IsValidScheme to be more forgiving.
Comment 4•24 years ago
|
||
With Seth's fix to bug 110502, this ought to work. Bienvenu, does it?
| Assignee | ||
Comment 5•24 years ago
|
||
duping - Seth fixed it all.
*** This bug has been marked as a duplicate of 110502 ***
Status: NEW → RESOLVED
Closed: 24 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
•