-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mailzu-ng] starter #12
Comments
Why not use a framework supported by Rector? i.e. Laravel or CodeIgniter? |
@rbicelli what we have is a bunch of code, thrown together, far from ideal, or from structured classes etc. Without the initial code being a framework, Rector cannot do much in that direction. |
Was asking because looking in sources looks like majority of libraries are now integrated in framework:
|
Recreate this from ground up, that is a thing for someone with daily routine, and knowledge in developing PHP and a choosen framework. I am only a sysadmin, who is able to hack some code, change nuts-and-bolts, but my abilities mostly end there, and in the end it's a one-man-show on a project that is not developed by the original author for 8years already. I also see a lot of parts where improvement is essentiel, but the "core" goal is to allow users to interact with the SQL-based quarantine of amavis, and around that there are authentication, and access control. I suggest, lets get the core functionality up-to-date, and any functions around the core: i am open for discussion. |
hi, I just installed and configured the last mailzu-mailzu-ng-php72 `composer install
after I tried to access new mailzu and everything seems to be ok. To be clear :) I don't see any differences with the previous version 👍 |
@SoniXtrA Anyway important changes under-the-hood were:
thank you for the feedback |
I will have to look into it. But the solution was intended to block misleading images, that may compromise your system, for example by opening up unknown xss attack vectors, or leak info by loading remote images. So this has to be implemented with care, if ever. |
I was assuming rectorphp had some bugs with the class property typing, seems i was right, so the 7.4 code-rewrite needs a new run using: |
I'm on it, the current status of my tests:
I have to make my testing code clean, and i will push the update soon |
@SoniXtrA just pushed the changes for optional load images (remote + cid-embedded) have a look at it |
Hi :p, Great Job !!! |
Starting the complete rewrite of mailzu libs and classes
new goals may be added later
The text was updated successfully, but these errors were encountered: