How to open a mail message (eml) from command line?
I use offlineimap to fetch messages from my organization's mail server. This saves a copy of each mail message under a folder within my home directory. Is it possible to … (了解更多)
I use offlineimap to fetch messages from my organization's mail server. This saves a copy of each mail message under a folder within my home directory.
Is it possible to open a specific mail file in Thunderbird from the command line (Mac OSX)?
I see `/Applications/Thunderbird.app/Contents/MacOS/thunderbird` has a `-file` option, but that doesn't do what I was hoping - it opens a Compose window with the file as an attachment.
Thunderbird does have the ability to properly open and display these email files if I open a given file via the "Open Saved Message" menu item under File in the UI.
Is there a CLI equivalent to the File -> Open Saved Message action?