In Thunderbird, how to save all images embedded (multipart/related MIME format) in email in one turn?
Asked
Active
Viewed 1.8k times
31
Piotr Dobrogost
- 5,914
2 Answers
35
Select View > Show As/Message Body As > Plain text and all embedded content
will become attachments. Now right-click on attachments pane, and select Save All
ngen
- 1,543
8
Another option under Debian or Ubuntu is
- Save the mail to disk as
email.eml. - Open up a terminal and navigate to the directory where you saved the mail to
sudo apt install mpackmunpack email.eml
Afterwards, all attached files or embedded images should be as single files in the current directory.
For other linuxes, mpack should be available from the respective repository.
Mitja
- 182