imapd icon indicating copy to clipboard operation
imapd copied to clipboard

IMAP server (library) to serve emails to an email client, written in pure PHP.

Results 3 imapd issues
Sort by recently updated
recently updated
newest added

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...

Don't use a long list of if-elseif statements in [msgHandle](https://github.com/TheFox/imapd/blob/90acc45c130a18637d3c34b398ae3ae852d1c846/src/TheFox/Imap/Client.php#L402). Use Classes instead. See http://antiifcampaign.com/.

enhancement

Rename Msg, Message, Uid, MsgId to Mail.

enhancement