Releases: TheTechsTech/mailreader
Releases · TheTechsTech/mailreader
1.0.1: Merge pull request #2 from adhayward/patch-fixboundaryregex
Fix boundary identification in getBody
1.0.0
- many additions, library more OOP compliant.
- added methods to easily retrieved records or count from the database.
- added additional classes to work with any email formatted file/folder.
- added PSR-4 support, can now be installed using Composer.
- added phpunit tests, and email files to test against.
- removed allowed senders, any email received with script will get an reply if turned on.
- the mailPipe script now setup to auto locate the database config and create database if not initialized.
- general code clean up.