php-imap icon indicating copy to clipboard operation
php-imap copied to clipboard

Unknown: Must use comma to separate addresses: Exchange Server (errflg=3)

Open Nownows opened this issue 2 years ago • 1 comments

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,

Nownows avatar Apr 03 '23 08:04 Nownows

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

AurelienTisserand avatar Apr 12 '23 06:04 AurelienTisserand