imap
IMAP library for Elixir
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding imap to your list of dependencies in mix.exs:
def deps do
[
{:imap, "~> 0.1.2"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/imap.
References
- (A gentle introduction to IMAP)[https://duesee.dev/p/a-gentle-introduction-to-imap/]
- (Why TLS is better without STARTTLS)[https://nostarttls.secvuln.info]