Rodrigo Primo
|
afe378ba22
|
Replace expect()->equals() with verify()->equals()
codeception/verify 2.1 removed support for expect()->equals() so we need
to replace it with verify()->equals().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
Jan Jakes
|
10dcc4f45d
|
Fix failing test due to a changed DMARC policy
It seems that the DMARC policy for automattic.com was changed from
"quarantine" to "reject".
[MAILPOET-5038]
|
2023-01-30 14:40:17 -03:00 |
|
Rostislav Wolny
|
1642a5477c
|
Use constants and add missing test case in DmarcPolicyCheckerTest
[MAILPOET-4302]
|
2022-08-11 12:36:23 +02:00 |
|
Rostislav Wolny
|
4ffdd5bed5
|
Add declare(strict_types = 1); to newly added PHP files
[MAILPOET-4302]
|
2022-08-11 12:36:23 +02:00 |
|
Oluwaseun Olorunsola
|
601b3e775b
|
Add DMARC Policy Checker class and
getDomainDmarcPolicy method
MAILPOET-4302
|
2022-08-11 12:36:23 +02:00 |
|