We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06baaf0 commit dd1bd94Copy full SHA for dd1bd94
src/config/imap.php
@@ -70,8 +70,13 @@
70
|
71
| Available php imap config parameters are listed below
72
| -Fetch option:
73
- | FT_UID => Message marked as read by fetching the message
74
- | FT_PEEK => Fetch the message without setting the "read" flag
+ | FT_UID - Message marked as read by fetching the message
+ | FT_PEEK - Fetch the message without setting the "read" flag
75
+ | -Open IMAP options:
76
+ | DISABLE_AUTHENTICATOR - Disable authentication properties.
77
+ | Use 'GSSAPI' if you encounter the following
78
+ | error: "Kerberos error: No credentials cache
79
+ | file found (try running kinit) (...)"
80
81
*/
82
'options' => [
0 commit comments