Pop3mail.CLI (pop3mail v1.3.4) View Source

Commandline interface for downloading emails and storing them on disk.

Link to this section 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.

Link to this section Functions

Specs

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.

Specs

show_help() :: {:ok, 0}

print usage line and a description for all parameters.