We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Currently only DKIM status is shown.
Describe the solution you'd like Please also show SPF, DMARC (and DANE) results.
Describe alternatives you've considered Looking at the headers manually.
The text was updated successfully, but these errors were encountered:
When fetching a message, it already returns:
{ "spf": [ [ "pass", "[email protected]", "spf=pass (ORIGINATING: domain of [email protected] designates 2607:f8b0:4864:20::84a as permitted sender) [email protected]" ] ], "dkim": [ [ "pass", "google.com", "dkim=pass header.d=google.com header.s=20230601 header.b=0YPqBjKW" ] ], "dmarc": [ [ "pass", "google.com", "dmarc=pass (policy=reject) header.from=google.com" ] ] }
So adding those in the view should be possible.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Currently only DKIM status is shown.
Describe the solution you'd like
Please also show SPF, DMARC (and DANE) results.
Describe alternatives you've considered
Looking at the headers manually.
The text was updated successfully, but these errors were encountered: