Skip to content

Releases: TheTechsTech/mailreader

1.0.1: Merge pull request #2 from adhayward/patch-fixboundaryregex

13 Nov 13:53
3c69944
Compare
Choose a tag to compare

1.0.0

10 Jul 17:43
Compare
Choose a tag to compare
  • 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.