You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you need to open an email in your browser for example, the flow is not so smooth. You need first to message read --html --no-headers > email.html then chromium email.html. If images are in attachments you cannot see them. This issue stands for finding a smoother alternative.
A first idea could be to split the read command into 2:
read (for everything related to reading text content)
export (for everything related to exporting/moving messages). The --raw flag disappear and would be the default behaviour of the export command.
The text was updated successfully, but these errors were encountered:
When you need to open an email in your browser for example, the flow is not so smooth. You need first to message read --html --no-headers > email.html then chromium email.html. If images are in attachments you cannot see them. This issue stands for finding a smoother alternative.
A first idea could be to split the read command into 2:
The text was updated successfully, but these errors were encountered: