silverboyir/silverphpmail

Fetch Email From IMAP - POP3 Server

1.0.0 2019-09-16 05:12 UTC

This package is auto-updated.

Last update: 2024-09-16 16:49:14 UTC


README

Fetch Email From IMAP - POP3 Server

Installation

php composer.phar require silverboyir/silverphpmail

Usage

Pass the config for make connection to the server and get new or all messages by calling getNewMessages() method

SilverPHPMailFactory::getMailReader($config)->getNewMessages($lastMessageId)

this will return an iterator of last emails

Config

TODO

  • writing test