From 4269cc5b07bc4b804f9d909452711c22097d304b Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Mon, 12 Dec 2022 07:24:26 +0100 Subject: [PATCH] Add ddeboer/imap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a59559f..fdc1801 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Mautic](https://github.com/mautic/mautic) - Email marketing automation * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution. * [PHP IMAP](https://github.com/barbushin/php-imap) - A library to access mailboxes via POP3, IMAP and NNTP. +* [ddeboer/imap](https://github.com/ddeboer/imap) - Object-oriented, fully tested PHP IMAP library * [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [MailChimp](https://mailchimp.com/features/transactional-email/). * [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution. * [Symfony Mailer](https://github.com/symfony/mailer) - A powerful library for creating and sending emails.