Download the PHP package mezon/pop3-client without Composer
On this page you can find all versions of the php package mezon/pop3-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mezon/pop3-client
More information about mezon/pop3-client
Files in mezon/pop3-client
Download mezon/pop3-client
More information about mezon/pop3-client
Files in mezon/pop3-client
Vendor mezon
Package pop3-client
Short Description Simple POP3 client
License MIT
Homepage https://github.com/alexdodonov/mezon-pop3-client
Package pop3-client
Short Description Simple POP3 client
License MIT
Homepage https://github.com/alexdodonov/mezon-pop3-client
Please rate this library. Is it a good library?
Informations about the package pop3-client
Mezon POP3 Client
Installation
Just type
Usage
Firts of all you need to connect
Or in this way:
And then you can fetch necessary information from server. Such as:
Or get headers of the message by it's id, get message's subject or even delete it:
And after all things done you should close connection:
Utility functions
You can also use more high level functions.
Such as deleting email by it's subject:
Or check if the email with the specified subject exists:
Or parse header wich were fetched by the getMessageHeaders(int $i): string and fetch Message-ID field:
All versions of pop3-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package mezon/pop3-client contains the following files
Loading the files please wait ....