Packages

A simple library to interact with an IMAP server

Current section

Files

Jump to
eximap lib eximap.ex
Raw

lib/eximap.ex

defmodule Eximap do
@moduledoc """
Documentation for Eximap.
"""
@doc """
Hello world.
## Examples
iex> Eximap.hello
:world
"""
def hello do
:world
end
end