php-imap
php-imap copied to clipboard
Unknown: Must use comma to separate addresses: Exchange Server (errflg=3)
Hi there,
First of all thanks for your job, nice plugin.
I got a notice thrown : Notice: Unknown: Must use comma to separate addresses: Exchange Server (errflg=3) when I query messages from a folder when I launch
$messages = $folder->query()->since(DateFormatter::getDateLong($lastSync))->get();
Any ideas ?
Regards,
Hi there,
First of all thanks for your job, nice plugin.
I got a notice thrown : Notice: Unknown: Must use comma to separate addresses: Exchange Server (errflg=3) when I query messages from a folder when I launch
$messages = $folder->query()->since(DateFormatter::getDateLong($lastSync))->get();Any ideas ?
Regards,
I confirm I have the same issue in my own code