Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/princemaple/elixir-imap
- Owner: princemaple
- License: mit
- Created: 2020-01-20T04:39:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T06:44:32.000Z (over 1 year ago)
- Last Synced: 2024-10-16T07:15:02.508Z (3 months ago)
- Topics: client, elixir, imap, parser
- Language: Elixir
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IMAP
IMAP Client for Elixir
## Installation
```elixir
def deps do
[
{:imap, "~> 0.1"}
]
end
```## Usage
```
......
```