-
-
Notifications
You must be signed in to change notification settings - Fork 83
FEAT: Show DKIM/SPF/DMARC authentication results #1587
Copy link
Copy link
Open
Labels
area/senderSMTP send pathSMTP send patharea/tuiTerminal UI / view layerTerminal UI / view layerarea/viewMessage rendering / HTML / view layerMessage rendering / HTML / view layerenhancementNew feature or requestNew feature or requestneeds-responseWaiting on issue author replyWaiting on issue author replyneeds-triageAwaiting maintainer reviewAwaiting maintainer reviewsecuritySecurity-relatedSecurity-relatedsize/MDiff: 51–200 linesDiff: 51–200 lines
Description
Activity
Metadata
Metadata
Assignees
Labels
area/senderSMTP send pathSMTP send patharea/tuiTerminal UI / view layerTerminal UI / view layerarea/viewMessage rendering / HTML / view layerMessage rendering / HTML / view layerenhancementNew feature or requestNew feature or requestneeds-responseWaiting on issue author replyWaiting on issue author replyneeds-triageAwaiting maintainer reviewAwaiting maintainer reviewsecuritySecurity-relatedSecurity-relatedsize/MDiff: 51–200 linesDiff: 51–200 lines
Type
Projects
- StatusShow more project fieldsBacklog
Is your feature request related to a problem?
Authentication results aren't surfaced, so users can't gauge sender legitimacy.
Describe the solution you'd like
Parse Authentication-Results / Received-SPF headers and display a pass/fail summary in the message view.
Describe alternatives you've considered
Inspecting raw headers.
Additional context
Parse in
view/; display intui/email_view.go.