1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-09 12:22:30 +01:00

Updated FAQ (markdown)

FreeScout 2024-04-13 08:20:41 +03:00
parent ca9a30ee1d
commit 9583fb46b4

2
FAQ.md

@ -348,7 +348,7 @@ FreeScout currently uses two libraries:
* `Webklex/laravel-imap` (uses native PHP `imap` extension)
* `Webklex/php-imap` (implements IMAP protocol on its own)
`Webklex/php-imap` is used in two cases: if your mailbox uses modern Microsoft OAuth IMAP authentication or if you manually set `APP_NEW_FETCHING_LIBRARY=true` parameter in .env file. In all other cases `Webklex/laravel-imap` is used. In the future when `Webklex/php-imap` will be mature enough FreeScout will switch to it completely and drop PHP 7.x support.
`Webklex/php-imap` is used in two cases: if your mailbox uses modern Microsoft OAuth IMAP authentication or if you manually set `APP_NEW_FETCHING_LIBRARY=true` parameter in .env file. In all other cases `Webklex/laravel-imap` is used. In the future when `Webklex/php-imap` will be mature enough FreeScout will switch to it completely.
### GitHub API error: 403 rate limit exceeded