Closed
Bug 119579
Opened 24 years ago
Closed 24 years ago
add nsIMsgIncomingServer::GetRootMsgFolder
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
Attachments
(1 file)
|
12.17 KB,
patch
|
Details | Diff | Splinter Review |
a lot of code calls nsIMsgIncomingServer::GetRootFolderto get an nsIFolder, and
then QI's it to get an nsIMsgFolder. With all the error checking, this amounts
to four or so extra lines of code per instance, so we can save hundreds of lines
of code by adding this method.
| Assignee | ||
Comment 1•24 years ago
|
||
this contains diffs outside the imap directory, which I'm still working on.
Comment 2•24 years ago
|
||
this is looking good. hopefully finding and fixing all the C++ and the JS will
not be too painful.
OS: Windows 2000 → All
QA Contact: esther → stephend
Hardware: PC → All
| Assignee | ||
Comment 3•24 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Is it safe to verify this bug through LXR, or are there some codepaths down the
road needing to implement this before I can verify the API works?
| Assignee | ||
Comment 5•24 years ago
|
||
it's safe to verify it through lxr.
Like Campbells' Chunky Soup, 'It's in there' tm.
Verified FIXED using http://lxr.mozilla.org
Status: RESOLVED → VERIFIED
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
•