Closed
Bug 109812
Opened 24 years ago
Closed 18 years ago
Constructing uri on fly does not work if there are multiple pop3 servers
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: naving, Unassigned)
Details
Attachments
(1 file)
|
3.25 KB,
patch
|
Details | Diff | Splinter Review |
This is a fallout from that deleting of multiple messages failing for 2nd pop3
acct- bug 108774
The code that has the bug is nsMailbox::GetUri() when we have mURI as null and
are forced to construct uri on fly
| Reporter | ||
Comment 1•24 years ago
|
||
This patch will work provided we are able to get a server. Now I have seen
cases
where there are certain image url which do not set user and host or mURI and
there is no way we can get a server just based on scheme "mailbox".
I will see what I can do about these specific cases.
Updated•21 years ago
|
Product: MailNews → Core
Comment 4•18 years ago
|
||
sorry for the spam. making bugzilla reflect reality as I'm not working on these bugs. filter on FOOBARCHEESE to remove these in bulk.
Assignee: sspitzer → nobody
Comment 6•18 years ago
|
||
AFAICT, no. And the patch from 2001 is very hopelessly bitrotted.
->WFM
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
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
•