-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add security multiparts for MIME (RFC 1847) #113
Comments
juga0
pushed a commit
to juga0/mime
that referenced
this issue
Jun 3, 2019
- Add `encrypted` multipart subtype - Add `pgp-encrypted` application subtype - Add `application/pgp-encrypted` type Closes hyperium#113.
juga0
pushed a commit
to juga0/mime
that referenced
this issue
Oct 18, 2019
- Add `encrypted` multipart subtype - Add `pgp-encrypted` application subtype - Add `application/pgp-encrypted` type - Add `signed` multipart subtype - Add `pgp-signature` application subtype - Add `application/pgp-signature` type Closes hyperium#113.
azul
pushed a commit
to azul/mime
that referenced
this issue
Jan 14, 2020
- Add `encrypted` multipart subtype - Add `pgp-encrypted` application subtype - Add `application/pgp-encrypted` type - Add `signed` multipart subtype - Add `pgp-signature` application subtype - Add `application/pgp-signature` type Closes hyperium#113.
azul
pushed a commit
to azul/mime
that referenced
this issue
Jan 14, 2020
- Add `encrypted` multipart subtype - Add `pgp-encrypted` application subtype - Add `application/pgp-encrypted` type - Add `signed` multipart subtype - Add `pgp-signature` application subtype - Add `application/pgp-signature` type Closes hyperium#113.
azul
pushed a commit
to azul/mime
that referenced
this issue
Jan 14, 2020
- Add `encrypted` multipart subtype - Add `pgp-encrypted` application subtype - Add `application/pgp-encrypted` type - Add `signed` multipart subtype - Add `pgp-signature` application subtype - Add `application/pgp-signature` type Closes hyperium#113.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great to add these MIME types/subtypes, so that applications like lettre_email can build MIME messages to send encrypted/signed email.
The text was updated successfully, but these errors were encountered: