Dovetail v0.0.3 Dovetail.Process
The Dovetail.Dovecot module provides functions for calling
dovecot binaries.
See dovecot/2 and dove_adm/2.
Summary
Functions
Call the doveadm executable with args
Call the dovecot executable with options
Call pgrep with args, and parse result
Types
doveadm_opts :: [{:doveadm, String.t}]
Functions
Specs
doveadm([String.t], doveadm_opts) ::
{:ok, String.t} |
{:error, any}
Call the doveadm executable with args.
Options
paththe doveadm name or path. Defaults to “/Users/jtmoulia/repos/dovetail/_build/dev/lib/dovetail/priv/dovecot/bin/doveadm”.
Call the dovecot executable with options.
paththe dovecot name or path. Defaults to “/Users/jtmoulia/repos/dovetail/_build/dev/lib/dovetail/priv/dovecot/sbin/dovecot”.
Specs
pgrep([String.t]) :: {:ok} | {:error, any}
Call pgrep with args, and parse result.