pimlie / authres_status

Roundcube plugin that checks the Authentication-Results headers (rfc5451) of your emails and displays the verification status.
Other
36 stars 20 forks source link

Show if a mail was transmitted and received with TLS #30

Closed tomsommer closed 6 years ago

tomsommer commented 6 years ago

Like so: https://support.google.com/mail/answer/6330403?hl=en

By checking Received: headers

pimlie commented 6 years ago

Thanks for the suggestion. Allthough I like the idea, the main issue I have with this isssue is that its actually a bit out of the scope for this plugin. This plugin is currently only about the Authentication Status, hence its name. Adding support for other/more validation techniques are maybe better suited in a different plugin, what do you think?