Returns the specified individual responses from the last group of responses received from the server.
Array of strings containing the responses with the given name.
The IMAP4 server may return multiple responses to a single request from the client. While GetServerResponse method returns the very last response, GetServerResponses method can be used to obtain any of the responses returned as the result of the last executed command.
The typical names of IMAP4 responses are: OK, BAD, FETCH, SEARCH, LIST, etc. This method can return both tagged and untagged responses. See the IMAP4 protocol specification (RFC3501) for more information regarding IMAP4 responses.
Imap Class | MailBee.ImapMail Namespace