Browse Source

Remove abandoned IMAP libraries (#1403)

Remove Fetch and PHP IMAP as both projects appear to be abandoned.

See: https://github.com/ziadoz/awesome-php/pull/1210#pullrequestreview-4004243930
pull/1383/merge
Mark Scherer 1 month ago
parent
commit
a67bed975d
No account linked to committer's email address
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      README.md

+ 0
- 2
README.md View File

@@ -267,10 +267,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
267 267
 * [ddeboer/imap](https://github.com/ddeboer/imap) - Object-oriented, fully tested PHP IMAP library.
268 268
 * [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
269 269
 * [Email Validator](https://github.com/nojacko/email-validator) - A small email address validation library.
270
-* [Fetch](https://github.com/tedious/Fetch) - An IMAP library.
271 270
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
272 271
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
273
-* [PHP IMAP](https://github.com/barbushin/php-imap) - A library to access mailboxes via POP3, IMAP and NNTP.
274 272
 * [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/en-us), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [MailChimp](https://mailchimp.com/features/transactional-email/).
275 273
 * [SwiftMailer](https://swiftmailer.symfony.com/docs/introduction.html) - A mailer solution.
276 274
 * [Symfony Mailer](https://github.com/symfony/mailer) - A powerful library for creating and sending emails.

Loading…
Cancel
Save