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
I am currently working on a Middleware for encrypting/signing mails with go-mail and was wondering why the helper packages does not provide a EncryptSignBinaryMessageArmored method. Is that intentionally or has it just never been needed? If so, it would be great to have that.
The text was updated successfully, but these errors were encountered:
Hey 👋 The helper functions have indeed mostly been added on an as-needed basis, and are intended to cover the most common use-cases, while the lower-level API can cover more uncommon use cases. That being said, we are planning to re-work the API to make the high-level API more composable as well, and support more combinations of operations.
I am currently working on a Middleware for encrypting/signing mails with go-mail and was wondering why the helper packages does not provide a
EncryptSignBinaryMessageArmored
method. Is that intentionally or has it just never been needed? If so, it would be great to have that.The text was updated successfully, but these errors were encountered: