lvl mail box create
lvl mail box create [flags]
Options
  -h, --help                help for create
      --name string         Name of the new mail box
      --oooEnabled          Whether the account is marked as out-of-office.
      --oooSubject string   Subject line for out-of-office status. Required if --oooEnabled is true.
      --oooText string      Body for out-of-office status. Required if --oooEnabled is true.
      --password string     Password of the new mail box
      --wait                Wait for the operation to finish on the API.
Options inherited from parent commands
      --apikey string   API key
      --config string   config file (default is $HOME/.lvl.yaml)
  -o, --output string   Specifies output mode for commands. Accepted values are 'text', 'json', 'yaml' or 'id'. (default "text")
      --trace           Do detailed network request logging. This is intended for debugging and should not be parsed.