- MIT License
- Add capability to reject RCPT addresses via an event handler. #11
- Use PHP 7.0 inside Docker.
- Use PSR-4.
- Dev Docker setup.
- Moved thefox/network to require. Fixes #10.
- Use thefox/network 1.0.
- Removed unused thefox/utilities 1.1.
- Functions renamed.
- Moved Network namespace to separate Repo.
- Use PSR Logger Interface instead of own logger.
- PSR1/PSR2
- DocBlocks added.
- Moved Make targets to Bash scripts.
- PHP7 only.
- Suggestions by PHPStan fixed.
- Test against PHP 7.1.
- Bugfix: use defined() to check to const. #6
- Merge pull request #8 from ashleyhood/feature-starttls
- Stand-alone server removed. #7 #9
- Releases script removed.
- PHP 7 ready.
- Clean up.
- RFC 4954 ESMTP implemented.
- Code style fix.
- Tests.
- Release script improvement.
- PHP 5.3 support fixes.
- Travis support added.
- Version numbers.
- Basic implementation.
- User events.