Adding support for RAW mime email parsing.
-
Add the dependency to your
shard.yml
:dependencies: crystal-mime: github: aluminumio/crystal-mime
-
Run
shards install
require "crystal-mime"
email = MIME.mail_object_from_raw(raw_email_mime)
TODO: Write development instructions here
- Multipart RFC
- Missing Unpack
- Missing Unescape
- SMTP Crystal
- Ruby Usage
- mikel/mail
- Ruby Mail Parser
- Crystal Sending Email
- Crystal Multipart In-Progress PR12890
- 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
- Jonathan Siegel - creator and maintainer