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 2a25463 commit 0dedfccCopy full SHA for 0dedfcc
README.md
@@ -182,6 +182,10 @@ You can define your accounts inside the `config/imap.php` file:
182
| getStatus | integer $options | object | Returns status information on a mailbox |
183
| appendMessage | string $message, string $options, string $internal_date | bool | Append a string message to the current mailbox |
184
185
+### Known issues
186
+| Error | Solution |
187
+| ------------------------------------------------------------------------- | ---------------------------------------------------------- |
188
+| Kerberos error: No credentials cache file found (try running kinit) (...) | Uncomment "DISABLE_AUTHENTICATOR" inside `config/imap.php` |
189
190
191
## Change log
0 commit comments