Starting the complete rewrite of mailzu libs and classes - [ ] refactor code to support PHP7.4+ (using rectorphp/rector) - [x] refactor code to support up to PHP7.3 (using rectorphp/rector) to maintain backward compatibility - [x] class-dependencies cleanup, no more cross-including #14 - [x] PDO-based DBEngine + DBAuth classes - #11 - [ ] optimization of SQL-queries if possible - [ ] replace Mail_mimeDecode with the [mailparse](https://www.php.net/manual/en/book.mailparse.php) extension - #10 - [x] resolve possible security issues caused by deprecated library-inclusuions #13 - [x] investigate the option to show original images of quarantined mail new goals may be added later
Starting the complete rewrite of mailzu libs and classes
new goals may be added later