Download the PHP package johnnymast/mailreader without Composer
On this page you can find all versions of the php package johnnymast/mailreader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download johnnymast/mailreader
More information about johnnymast/mailreader
Files in johnnymast/mailreader
Package mailreader
Short Description Get your email messages from mailserver
License MIT
Informations about the package mailreader
MailReader
MailReader allows you to perform basic mail tasks like listing/moving and deleting mail on your mailserver. The following operations are supported out of the box.
- List/Delete/Move mail
- List/Create/Delete mailboxes (folders)
For some basic examples checkout the demos folder in this repository.
Requirements
The following versions of PHP are supported by this version.
- PHP 5.6
- PHP 7.0
- PHP 7.1
- HHVM
- Php_imap (core php extension)
Simple to use
List email in your inbox.
Find email sent to "[email protected]" and display them (handy if you have a catch all mailbox).
Filter unread email for [email protected] and move it to folder "Never seen mailbox". This mailbox (folder) will be created it it does not exist yet.
Author
This package is created and maintained by Johnny Mast.
License
The MIT License (MIT)
Copyright (c) 2017 Johnny Mast
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All versions of mailreader with dependencies
ext-imap Version *