View Source Pop3mail.CLI (pop3mail v1.5.0)

Commandline interface for downloading emails and storing them on disk.

Summary

Functions

Call main with parameters. E.g. main(["--username=a.b@gmail.com", "--password=secret"]). Call with --help to get a list of all parameters.

print usage line and a description for all parameters.

Functions

@spec main(any()) :: {:ok, integer()} | {:error, any()}

Call main with parameters. E.g. main(["--username=a.b@gmail.com", "--password=secret"]). Call with --help to get a list of all parameters.

@spec show_help() :: {:ok, 0}

print usage line and a description for all parameters.