Events how to
This is pretty cool! I had no idea there was an imap server in php. I'm wondering how I can use the Events parts you showed in example.php.
Specifically, I'm starting the example.php server alongside a CMS because I want it to check user credentials in the CMS when an IMAP request comes in. Am I thinking right or am I missing something? I'd appreciate any example about the events. Thank you!
I had no idea there was an imap server in php
You can write an IMAP server in any language. ;)
check user credentials in the CMS
Keep in mind the AUTHENTICATE Command of this IMAP Server project is currently not implemented. As you can see there are only 3 events in the Event class.