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
This method needs to use $isUid from the $client like the others methods in this class for fetching the right results.
I think the function should be like this:
$isUid = boolval($flags & FT_UID);
$messages = $client->fetch($imap->getMailboxName(), $sequence, $isUid, [
'BODY[HEADER.FIELDS (SUBJECT FROM TO CC REPLYTO MESSAGEID DATE SIZE REFERENCES)]',
'UID',
'FLAGS',
'INTERNALDATE',
'RFC822.SIZE',
'ENVELOPE',
'RFC822.HEADER'
]);
instead of just "false" in the third parameter.
The text was updated successfully, but these errors were encountered:
This method needs to use $isUid from the $client like the others methods in this class for fetching the right results.
I think the function should be like this:
instead of just "false" in the third parameter.
The text was updated successfully, but these errors were encountered: