You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previous version of this library (laravel-imap) was throwing "Mailbox name is not valid mUTF-7" error.
Current php-imap library simply returns an empty folder:
Previous version of this library (
laravel-imap
) was throwing "Mailbox name is not valid mUTF-7" error.Current
php-imap
library simply returns an empty folder:In our fork of
laravel-imap
we've fixed it usingimap_utf8_to_mutf7()
function:freescout-help-desk/freescout#2793 (comment)
The text was updated successfully, but these errors were encountered: