Skip to content

Commit 373e4cc

Browse files
committed
Config documentation updated
1 parent 164992a commit 373e4cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ IMAP_VALIDATE_CERT=true
7979
8080
IMAP_PASSWORD=secret
8181
IMAP_DEFAULT_ACCOUNT=default
82+
IMAP_PROTOCOL=imap
8283
```
8384

8485
The following encryption methods are supported:
@@ -89,7 +90,7 @@ The following encryption methods are supported:
8990
Detailed [config/imap.php](src/config/imap.php) configuration:
9091
- `default` — used default account
9192
- `accounts` — all available accounts
92-
- `default` — default account identifier
93+
- `default` — The default account identifier. It will be used as default for any missing account parameters. If however the default account is missing a parameter the package default will be used. Set to `false` to disable this functionality.
9394
- `host` — imap host
9495
- `port` — imap port
9596
- `encryption` — desired encryption method

0 commit comments

Comments
 (0)