https://github.com/germancoding/roundcube_tls_icon
Roundcube plugin that displays a lock icon next to the subject line, showing the encryption state of an inbound mail
https://github.com/germancoding/roundcube_tls_icon
Last synced: about 1 month ago
JSON representation
Roundcube plugin that displays a lock icon next to the subject line, showing the encryption state of an inbound mail
- Host: GitHub
- URL: https://github.com/germancoding/roundcube_tls_icon
- Owner: GermanCoding
- License: other
- Created: 2020-03-12T04:26:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T11:51:19.000Z (about 3 years ago)
- Last Synced: 2025-04-14T12:54:27.702Z (about 1 year ago)
- Language: PHP
- Size: 52.7 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`](https://www.postfix.org/postconf.5.html#smtpd_tls_received_header). Sendmail and Stalwart
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](https://github.com/SS88UK/roundcube-easy-unsubscribe)

## Installation
The [composer library](https://packagist.org/packages/germancoding/tls_icon) name is: `germancoding/tls_icon`.
The plugin name to add to your config file is: `tls_icon`.
## Requirements
- Roundcube `1.3.0` or newer (tested up to 1.7).
- PHP `7.1` or newer.
## Currently supported languages
- Dutch
- English
- French
- German
- Russian