Skip to content

NeuraLegion/crystal-mime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crystal-mime

Adding support for RAW mime email parsing.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      crystal-mime:
        github: aluminumio/crystal-mime
  2. Run shards install

Usage

require "crystal-mime"

email = MIME.mail_object_from_raw(raw_email_mime)

Development

TODO: Write development instructions here

References

Contributing

  1. Fork it (https://github.com/aluminumio/crystal-mime/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Crystal 100.0%