Download the PHP package foorschtbar/tls_icon without Composer
On this page you can find all versions of the php package foorschtbar/tls_icon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download foorschtbar/tls_icon
More information about foorschtbar/tls_icon
Files in foorschtbar/tls_icon
Download foorschtbar/tls_icon
More information about foorschtbar/tls_icon
Files in foorschtbar/tls_icon
Vendor foorschtbar
Package tls_icon
Short Description Displays a small icon in Roundcube after the subject line that displays the (presumed) encryption state of received mails.
License MIT
Homepage https://github.com/foorschtbar/tls_icon
Package tls_icon
Short Description Displays a small icon in Roundcube after the subject line that displays the (presumed) encryption state of received mails.
License MIT
Homepage https://github.com/foorschtbar/tls_icon
Please rate this library. Is it a good library?
Informations about the package tls_icon
TLS Icon Plugin for Roundcube
Displays a small icon after the subject line that displays the (presumed) encryption state of received mails.
- Green lock: TLS1.2 or TLS1.3 with Details
- Blue lock: Internal message from localhost
- Red lock: No encryption
Supported languages:
- [x] English
- [x] Hungarian
- [x] German
- [x] Russian
- [x] Dutch
Configuration
Add the following lines to your config.php
:
and change the different patterns to match your mail server:
header_pattern
: Pattern to match the last hop of the mail server (e.g.by mail.example.com
)check_pattern
: Pattern to match the encryption state (e.g.using TLSv1.2
)local_pattern
: Pattern to match the local mail server (e.g.127.0.0.1
)tooltip_pattern
: Pattern to match the encryption details. Use()
to extract details. Tooltip uses the first match (e.g....(TLSv?1\.[2-3])...
)
Changelog
v1.0.0
- First release
v1.0.1
- Some bugfix
- Add Hungarian language
v1.0.2
- Link bug fix
v1.0.3
- Add IPv6 Support
- Add Dutch Language
v2.0.0
- Replaced icons
- Improved pattern matching
- Added tooltip for encrypted messages
- Improved translations
Screenshots
Encrypted message
Internal message
Unencrypted message
Credits
Original plugin by oszto90 and fork from Takika. I renamed the plugin to match the plugin naming shema and add more pattern to support more mail servers.
All versions of tls_icon with dependencies
PHP Build Version
Package Version
Requires
roundcube/plugin-installer Version
>=0.1.6
The package foorschtbar/tls_icon contains the following files
Loading the files please wait ....