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
Since cryptletter encrypts messages on the client side, it would require to prepare the payload in a very specific way, before sending it out with curl.
It should be possible to implement those client mechanics in the cli, for example:
# NOTE: Proposal, this does not workecho"Secret message"| cryptletter message:post -e https://remote-cryptletter-instance.example.com
Sounds like a solid feature, I'll add it to the roadmap.
Does cryptletter support uploading messages via curl in command line mode?
The text was updated successfully, but these errors were encountered: