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->assertEquals($testFolderNumStart, $server->numMessages(), 'Server presents consistent information between numMessages when mailbox set and directly queried for number of messages');
217
218
218
219
// Get message from Test Folder
219
-
$message = $server->getMessageByUid(1);
220
+
$message = current($server->getMessages(1));
220
221
$this->assertInstanceOf('\Fetch\Message', $message, 'Server returned Message.');
$this->assertEquals($sentFolderNumStart, $server->numMessages(), 'Server presents consistent information between numMessages when mailbox set and directly queried for number of messages');
225
227
226
228
// Switch to "Flagged" folder in order to test that function properly returns to it
0 commit comments