scyzoryck/imap-transport

dev-master 2024-05-26 18:18 UTC

This package is auto-updated.

Last update: 2025-03-26 20:11:13 UTC


README

Allows to read emails from the mail box via IMAP. Package is not stable yet.

Flow

Development

Run PHPUnit

php vendor/bin/phpunit tests   

Run PHPStan

php vendor/bin/phpstan analyse 

Run CodeStyle

php vendor/bin/php-cs-fixer fix