Skip to content
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) #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

azul
Copy link

@azul azul commented 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 #113.
updated version of #114

- 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
Copy link
Author

azul commented Jan 14, 2020

compared to #114 i fixed some typos and made the tests pass.
#114 also included an attempt at using two params for a mime type. This is not supported yet.
I did not know how to add it so i removed the test instead.

@azul azul requested a review from seanmonstar January 15, 2020 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add security multiparts for MIME (RFC 1847)
1 participant