Download the PHP package silverboyir/silverphpmail without Composer
On this page you can find all versions of the php package silverboyir/silverphpmail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download silverboyir/silverphpmail
More information about silverboyir/silverphpmail
Files in silverboyir/silverphpmail
Download silverboyir/silverphpmail
More information about silverboyir/silverphpmail
Files in silverboyir/silverphpmail
Vendor silverboyir
Package silverphpmail
Short Description Fetch Email From IMAP - POP3 Server
License MIT
Package silverphpmail
Short Description Fetch Email From IMAP - POP3 Server
License MIT
Please rate this library. Is it a good library?
Informations about the package silverphpmail
SilverPHPMail
Fetch Email From IMAP - POP3 Server
Installation
Usage
Pass the config for make connection to the server and get new or all messages by calling getNewMessages() method
this will return an iterator of last emails
Config
property | type | default | Description |
---|---|---|---|
connection |
string | POP3 | IMAP or POP3 |
server |
string | null | IMAP or POP3 server address |
port |
int | 0 | port of IMAP or POP3 server |
secure_mode |
string | '' | pass SSL for secure connection |
validate_cert |
boolean | false | |
folder |
string | 'INBOX' | |
username |
string | '' | |
password |
string | '' |
TODO
- writing test
All versions of silverphpmail with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package silverboyir/silverphpmail contains the following files
Loading the files please wait ....