imapd icon indicating copy to clipboard operation
imapd copied to clipboard

Events how to

Open heptagonbs opened this issue 4 years ago • 1 comments

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!

heptagonbs avatar Feb 05 '22 07:02 heptagonbs

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.

TheFox avatar Feb 06 '22 20:02 TheFox