Should clean up temporary attachment files after sending
Categories
(MailNews Core :: Composition, defect)
Tracking
(thunderbird_esr78 wontfix, thunderbird89 fixed)
People
(Reporter: rnons, Assigned: rnons)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details |
+++ This bug was initially created as a clone of Bug #1710220 +++
Two types of temporary attachment files remain in the tmp folder after sending
- when editing a draft/template that contains attachments, tmp files are created by mimedrft.cpp
- when attaching public key to a message, a tmp file (key.asc) is created by nsMsgComposeSecure.cpp
Before bug 1710220, they were removed by MimePart.jsm, but that is the cause of 1710220.
This problem also exists when using nsMsgSend.cpp, but we will only fix the new js backend.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/03ce93477849
Remove temporary attachment files when closing compose window. r=mkmelin
Comment 4•4 years ago
|
||
Just a general comment: There is nsIExternalHelperAppService.deleteTemporaryFileOnExit()
https://searchfox.org/comm-central/search?q=deleteTemporaryFileOnExit&path=&case=false®exp=false
Assignee | ||
Comment 5•4 years ago
|
||
Comment on attachment 9221263 [details]
Bug 1710323 - Remove temporary attachment files when closing compose window. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): bug 1211292
User impact if declined: Temporary attachment files are not cleaned up after sending
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): low
Comment 6•4 years ago
|
||
Comment on attachment 9221263 [details]
Bug 1710323 - Remove temporary attachment files when closing compose window. r=mkmelin
[Triage Comment]
Approved for beta
Comment 7•4 years ago
|
||
bugherder uplift |
Thunderbird 89.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/f63edfde70ef
Description
•