ImapMailbox is PHP class to access mailbox by POP3/IMAP/NNTP using IMAP extension
- Connect to mailbox by POP3/IMAP/NNTP (see [http://php.net/imap_open imap_open])
- Get mailbox status (see [http://php.net/imap_check imap_check])
- Receive emails (+attachments, +html body images)
- Search emails by custom criteria (see [http://php.net/imap_search imap_search])
- Change email status (see [http://php.net/imap_setflag_full imap_setflag_full])
- Delete email
- Google Chrome extension PHP Console
- Google Chrome extension JavaScript Errors Notifier