File > Save As > File fails on .EML message opened from file system.
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird_esr115 wontfix, thunderbird_esr128? fixed, thunderbird131 fixed)
People
(Reporter: unicorn.consulting, Assigned: welpy-cw)
References
Details
Attachments
(1 file, 1 obsolete file)
|
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-beta+
corey
:
approval-comm-esr128+
|
Details | Review |
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Comment 7•6 years ago
|
||
Hello,
this bug is still alive and it's quite critical in an business environment. If I save somewhere an email, I need to open and save somewhere else or with a different name.
Some time eml files are stored by other apps like ERP, CRM and so on, so you can't know the full path, you can only open stored files and then the only way to save somewhere else is using "save as". If "save as" doesn't work, you can't do anything to the file.
Updated•6 years ago
|
Comment 9•6 years ago
|
||
Here's a hack attempt based on Alfred's analysis in comment #2. All I can say is that the saving pipeline is geared towards saving from a message in a folder, not a stand-alone file.
This patch gets us a little further, but now it fails on:
https://searchfox.org/comm-central/rev/266e9cc242cd0de076e85eb4aa0b8392fcb2ca01/mailnews/local/src/nsMailboxProtocol.cpp#184
I guess it might fail on getting the "folder" for the file.
It will take more convincing to get the file through the mailbox funnel.
Comment 10•6 years ago
|
||
I was thinking: Possibly best to just copy the file with 10-15 lines of code instead of trying to press it though the mailbox funnel. As I said, the code tries to find a folder for it and there isn't one.
Comment 11•6 years ago
|
||
Hi All,
It's great to note that this issue is already reported and a resolution is on going
I have a similiar use scenario as angerangel.
We have a situation where our e-mail communication is archived into project related folders which serves as an easy access
to all related information in one place and also easier to back up important data.amd
In our case multiple users save/export their e-mails (with attachments) as *.eml files .
At a later stage these e-mails(eml files) are sorted and renamed and stored into folders.
The thing is that this functionality has always worked on Outlook Express which we were using on an XP machine.
For all our routine e-mail we have switched to Thunderbird a long time ago.
For the single purpose of saving emails as described above we are forced to keep the old XP PC and use Outlook Express.
We have noticed this issue with Thunderbird and have been living with it
Now that PC has started giving us problems and looks like packing up any day now.
It would be great if we can use Thunderbird for this.
For me the issue exists on Thunderbird 68.4.1 (64-bit) running on Ubuntu 18.04 LTS
as well as Thunderbird 38.5.1 on Windows 7
Updated•5 years ago
|
Updated•3 years ago
|
| Assignee | ||
Comment 15•1 year ago
|
||
- Fix
cmd_saveAsFilefor .eml files that have just been opened from the file system. - Disable
cmd_saveAsTemplatewhen such a message is displayed. - When an attached .eml file is opened, try to preserve the filename in the URI (see bug 927640)
Based on https://github.com/Betterbird/thunderbird-patches/blob/main/128/bugs/927640-1402550-fix-saving-eml.patch, which is itself based on SeaMonkey code.
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Comment 16•1 year ago
|
||
Pushed by benc@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/bfbca89854c6
Enable saving an .eml file directly. r=mkmelin
| Assignee | ||
Comment 18•1 year ago
|
||
Comment on attachment 9421842 [details]
Bug 1402550 - Enable saving an .eml file directly. r=mkmelin
[Approval Request Comment]
User impact if declined: See bug description
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): very low
Comment 19•1 year ago
|
||
Comment on attachment 9421842 [details]
Bug 1402550 - Enable saving an .eml file directly. r=mkmelin
[Triage Comment]
Approved for beta
Comment 20•1 year ago
|
||
| bugherder uplift | ||
Thunderbird 131.0b6:
https://hg.mozilla.org/releases/comm-beta/rev/ed2343eeb3d9
| Assignee | ||
Comment 21•1 year ago
|
||
Comment on attachment 9421842 [details]
Bug 1402550 - Enable saving an .eml file directly. r=mkmelin
[Approval Request Comment]
User impact if declined: it would be not possible to save an .eml that has just been opened
Testing completed (on c-c, etc.): c-c and beta
Risk to taking this patch (and alternatives if risky): low
Comment 22•1 year ago
|
||
Comment on attachment 9421842 [details]
Bug 1402550 - Enable saving an .eml file directly. r=mkmelin
[Triage Comment]
Approved for esr128
Comment 23•1 year ago
|
||
| bugherder uplift | ||
Thunderbird 128.3.2esr:
https://hg.mozilla.org/releases/comm-esr128/rev/11baf348e645
Description
•