crystal-mime
Adding support for RAW mime email parsing.
Installation
-
Add the dependency to your
shard.yml
:dependencies: crystal-mime: github: aluminumio/crystal-mime
-
Run
shards install
Usage
require "crystal-mime"
email = MIME.mail_object_from_raw(raw_email_mime)
Development
TODO Write development instructions here
References
- Multipart RFC
- Missing Unpack
- Missing Unescape
- SMTP Crystal
- Ruby Usage
- mikel/mail
- Ruby Mail Parser
- Crystal Sending Email
- Crystal Multipart In-Progress PR12890
Contributing
- Fork it (https://github.com/aluminumio/crystal-mime/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Jonathan Siegel - creator and maintainer