v0.4.0
Add SMIME encryption support @sodre (#2)
what
Add ability to encrypt content_base64 using SMIME.
why
RSA public key encryption only supports encrypting content that is smaller than the key size, e.g. a 2048-bit RSA key can only encrypt up to about 245 bytes using v1.5 padding.
SMIME does not have this limitation.