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
Checking the return result of imap2_setflag_full will always yield the value false, even if the operation was performed successfully.
I tool a quick look and saw that Message::setFlagFull is hardcoded to always return false.
Instead the result of the clients flag call should be returned.
Checking the return result of
imap2_setflag_full
will always yield the valuefalse
, even if the operation was performed successfully.I tool a quick look and saw that Message::setFlagFull is hardcoded to always
return false
.Instead the result of the clients flag call should be returned.
php-imap2/src/Message.php
Lines 457 to 459 in f96973e
The text was updated successfully, but these errors were encountered: