Closed Bug 67270 Opened 24 years ago Closed 17 years ago

code cleanup and more performance for import mail

Categories

(MailNews Core :: Profile Migration, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: m_kato, Assigned: cavin)

References

Details

(Keywords: perf)

Attachments

(1 file)

code cleanup and more performance for import mail.
Do you know who can review Import compomnent???
tony would be the one to review this.
Status: UNCONFIRMED → NEW
Ever confirmed: true
looks good to me.
makoto, don't do nsString uniqueName; do nsAutoString uniqueName; nsString and nsCString, as they allocate on the heap. nsAutoString and nsCAutoString are on the stack. also, instead of NS_ConvertASCIItoUCS2("foo").GetUnicode() do NS_LITERAL_STRING("foo").Get() "Imported Mail" should be moved out into a string bundle, instead of hard coded. feel free to take a crack at that here, or I can open a new bug.
Keywords: perf
giving all my import bugs to chuang
Assignee: sspitzer → chuang
*** Bug 107985 has been marked as a duplicate of this bug. ***
Any chance some of the ideas/code in this patch can be brought to life again?
Blocks: 63759
QA Contact: gbush → stephend
reassigning to cavin. marking nsbeta1-.
Assignee: chuang → cavin
Keywords: nsbeta1nsbeta1-
Keywords: patch, review
OS: Windows 2000 → All
Hardware: PC → All
Product: MailNews → Core
->WFM, unowned old bug with no usefulness anymore
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: