Closed
Bug 1704614
Opened 4 years ago
Closed 4 years ago
Convert mailnews/base/src/converterWorker.js to IOUtils
Categories
(MailNews Core :: General, task)
MailNews Core
General
Tracking
(thunderbird_esr78 wontfix)
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | wontfix |
People
(Reporter: freaktechnik, Assigned: freaktechnik)
References
Details
Attachments
(2 files)
In the big IOUtilification I left out the stream actions converterWorker takes, since those happen on fairly big files. Once IOUtils supports reading parts of files (at an offset) and appending to files it should be possible to convert converterWorker.js.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → martin
Status: NEW → ASSIGNED
Assignee | ||
Updated•4 years ago
|
Keywords: leave-open
Assignee | ||
Updated•4 years ago
|
Keywords: checkin-needed-tb
Updated•4 years ago
|
status-thunderbird_esr78:
--- → wontfix
Target Milestone: --- → 90 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/d7ed80a4b775
Part 1: Use IOUtils to read from offset when converting mbox to maildir. r=mkmelin
Keywords: checkin-needed-tb
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Keywords: leave-open → checkin-needed-tb
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/d6003de4af1a
Part 2: Use IOUtils to append to files in converterWorker. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•