-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A command to retrieve the raw message #79
Comments
I totally agree. It should not be so hard, since I have the raw message in memory! |
As an aside, I like the idea behind the I plan to use himalaya mostly in scripts, and being able to even fill in "template variables" would be handy in that workflow. For eg.,
|
First I wanted to add a new type to the arg |
Added in v0.2.4 🎉 |
h read
only returns the text body, but it would be useful to have a command that returns the entire raw message. In JSON mode (-o json
), the output could be in a structured form, instead of just dumping the raw email message.This would be analogous to
h write
which does take a raw message.The text was updated successfully, but these errors were encountered: