https://github.com/mattrmiller/php-threadedmailparser
PHP - Multi threaded command line mail parser.
https://github.com/mattrmiller/php-threadedmailparser
concept exercise mail mailparser mime parser php proof
Last synced: 19 days ago
JSON representation
PHP - Multi threaded command line mail parser.
- Host: GitHub
- URL: https://github.com/mattrmiller/php-threadedmailparser
- Owner: mattrmiller
- License: mit
- Created: 2015-02-17T14:39:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T19:13:43.000Z (almost 7 years ago)
- Last Synced: 2025-05-04T08:56:12.499Z (20 days ago)
- Topics: concept, exercise, mail, mailparser, mime, parser, php, proof
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# threaded-mailparser
This was an exercise/proof of concept to create a multi threaded command line mail parser. For this exercise I used [exorus/php-mime-mail-parser](https://github.com/eXorus/php-mime-mail-parser) to handle the mail parsing. Any functionality can be implemented, mail parsing was the purpose of the proof of concept to create a multi threaded command line tool in PHP.# Rules For Contributing
- Please make sure all changed files are run through gofmt
- Submit a PR for review
- Your name will be added below to Contributors# Author
[Matthew R. Miller](https://github.com/mattrmiller)# Contributors
[Matthew R. Miller](https://github.com/mattrmiller)# License
[MIT License](LICENSE)