Usage: simplelogin mailbox delete [OPTIONS] ID
Delete the mailbox with the given ID, optionally transferring all its
aliases to another mailbox. `ID` can be the mailbox's numeric id or, if you
have a local database, its email address. In the latter case, if more than
one mailbox matches, you will be prompted to choose one.
Options:
-t, --transfer-aliases-to INTEGER
The ID of the mailbox which is to take over
the deleted mailbox's aliases. A value -1
indicates that all the aliases belonging to
the deleted mailbox are also to be deleted.
If this is the case, a confirmation prompt
will appear unless the -y flag is also set.
[default: -1]
-y, --yes if `--transfer-aliases-to` is -1, set this
flag to bypass a confirmation prompt. It has
no effect if `-t` has another value.
-h, --help Show this message and exit.