https://github.com/diasbruno/email_ex
Address specification parser (RFC2822).
https://github.com/diasbruno/email_ex
Last synced: about 2 months ago
JSON representation
Address specification parser (RFC2822).
- Host: GitHub
- URL: https://github.com/diasbruno/email_ex
- Owner: diasbruno
- License: mit
- Created: 2019-11-03T01:51:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T17:06:10.000Z (over 5 years ago)
- Last Synced: 2025-04-01T19:59:21.089Z (about 2 months ago)
- Language: Elixir
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EmailEx [](https://travis-ci.org/diasbruno/email_ex)
Address specification parser (RFC2822).
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `email_ex` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:email_ex, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/email_ex](https://hexdocs.pm/email_ex).