https://github.com/princemaple/elixir-imap
Elixir IMAP client
https://github.com/princemaple/elixir-imap
client elixir imap parser
Last synced: about 1 year 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T03:28:00.000Z (about 1 year ago)
- Last Synced: 2025-03-25T04:25:36.188Z (about 1 year ago)
- Topics: client, elixir, imap, parser
- Language: Elixir
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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
```
......
```