EML files are a problem for some of my users on Ubuntu. They receive these as Email attachments but can only view them as text (usually in gedit) even if they contain pictures. The senders are probably using Outlook Express or a related mail application to attach them. While some non-Microsoft mail clients can open them properly this is a hassle for my users as they all use web mail. There is a command-line tool, munpack, that will extract non-text objects automatically (part of the mpack package in Ubuntu/Debian). To make it easier for them I wrote a little script that integrates munpack with their file manager via a mime type association. To use it, download munpack_eml and extract the files. Put munpack_eml in /usr/local/bin with root ownership and u=rwx,go=rx (0755) permissions. Put munpack_eml.desktop in /usr/local/share/applicatons with root ownership and u=rw,go=r (0644) permissions. Then right-click on any *.eml file from your file manager and you should see and option to extract the contents with munpack.
Diary and notebook of whatever tech problems are irritating me at the moment.
Subscribe to:
Post Comments (Atom)
Blog Archive
About Me
- jhansonxi
- Omnifarious Implementer = I do just about everything. With my usual occupations this means anything an electrical engineer does not feel like doing including PCB design, electronic troubleshooting and repair, part sourcing, inventory control, enclosure machining, label design, PC support, network administration, plant maintenance, janitorial, etc. Non-occupational includes residential plumbing, heating, electrical, farming, automotive and small engine repair. There is plenty more but you get the idea.
1 comments:
Regardless of which email reader app one uses on linux, there are times we want or need to "Save All" for an email thread and its attachments. HINT: Using EPUB format might be interesting.
Once saved, one clearly needs to be able to retrieve things AND to access the included attachments.
There are still times when one needs to make (1)dead-tree copies, or (2) PDF copies of the whole thing.
It would be nice if these activities were easy to accomplish and available for the majority of email readers.
Post a Comment