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
In method getMessages you are add an string parameter encoding, that not completely right, becouse imap_search by default accept NULL as encoding and it can't be override in your case,
I suggest to change default encoding to null and type hit to ?string insted of string.
and after it do this check:
if encoding not null -> pass it to imap_search or not pass otherwise
The text was updated successfully, but these errors were encountered:
Hi!
Recent changes of version 1.7 has break down work with outlook mailboxes.
4ac25b7
In method getMessages you are add an string parameter encoding, that not completely right, becouse imap_search by default accept NULL as encoding and it can't be override in your case,
I suggest to change default encoding to null and type hit to ?string insted of string.
and after it do this check:
if encoding not null -> pass it to imap_search or not pass otherwise
The text was updated successfully, but these errors were encountered: