Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/princemaple/elixir-imap

Elixir IMAP client
https://github.com/princemaple/elixir-imap

client elixir imap parser

Last synced: about 1 month ago
JSON representation

Elixir IMAP client

Awesome Lists containing this project

README

        

# IMAP

IMAP Client for Elixir

## Installation

```elixir
def deps do
[
{:imap, "~> 0.1"}
]
end
```

## Usage

```
......
```