Skip to content

Roundcube plugin that displays a lock icon next to the subject line, showing the encryption state of an inbound mail

License

Notifications You must be signed in to change notification settings

dehoej/Roundcube_TLS_Icon

 
 

Repository files navigation

Roundcube TLS Icon

Displays a small icon after the subject line that displays the (presumed) encryption state of received mails. This plugin parses the "Received" header for the last hop and checks if TLS was used. This requires TLS logging in the receiving MTA.

In Postfix this can be enabled by setting smtpd_tls_received_header = yes. Sendmail should work out of the box. Other MTAs have not been explicitly tested.

Note that while this talks about "encryption", this does not imply security. An encrypted mail may still be insecure, mostly because mailservers generally use "opportunistic TLS", where MITM attacks are possible. This also only validates the last hop of an email - some emails may run through multiple hops and we don't know anything about the security of these.

Inspired by roundcube-easy-unsubscribe

Example screenshot

Installation

The composer library name is: germancoding/tls_icon.

The plugin name to add to your config file is: tls_icon.

Requirements

  • Roundcube 1.3.0 or newer.
  • PHP 5.4 or newer.

Currently supported languages

  • Dutch
  • English
  • French
  • German
  • Russian

About

Roundcube plugin that displays a lock icon next to the subject line, showing the encryption state of an inbound mail

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.9%
  • CSS 1.1%