An open API service indexing awesome lists of open source software.

https://github.com/marinac-dev/imap_ex

Elixir IMAP library
https://github.com/marinac-dev/imap_ex

Last synced: 12 months ago
JSON representation

Elixir IMAP library

Awesome Lists containing this project

README

          

# ImapEx - Elixir IMAP client library

## About [WIP]

Imap client library written in Elixir, with goal to be secure, fast and asyn.

## Roadmap:

- [x] SSL base | Core and wrapper (support only IMAP secure on port 993)
- [x] IMAP Commands
- [x] IMAP connection manager (GenServer)
- [ ] WIP: Parsing | IMAP Response
- [ ] WIP: Parsing | Envelope, Body (RFC822)
- [ ] IMAP Mailbox | Local storage
- [ ] Imap Mailbox | Command validation
- [ ] IMAP response parser
- [ ] High level API Client | User friendly

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `imap_ex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:imap_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/imap_ex](https://hexdocs.pm/imap_ex).