We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$mailbox->imap('check') leads to exception since no such method exists in mailbox class. This works since method exists: $mailbox->checkMailbox()
Updated Getting Started (markdown)
Added new method hasAttachments()
Added setAttachmentsIngore() as example
Updated namespace for ConnectionException
Added try-catch for connection check
Destroyed My working example (markdown)
Merged two example sites into this one here
Updated Home (markdown)
Added a detailed getting started page
Updated My working example (markdown)
Created My working example (markdown)
Destroyed test (markdown)
Updated Examples of usage (markdown)
Created Examples of usage (markdown)
Created test (markdown)
Initial Commit