diff --git a/README.md b/README.md index c991dcf..8884488 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,6 @@ In Postfix this can be enabled by setting `smtpd_tls_received_header = yes`. The 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 https://github.com/SS88UK/roundcube-easy-unsubscribe \ No newline at end of file +Inspired by https://github.com/SS88UK/roundcube-easy-unsubscribe + +![Example screenshot](tls_icon_example.png) \ No newline at end of file diff --git a/tls_icon_example.png b/tls_icon_example.png new file mode 100644 index 0000000..7fbedf8 Binary files /dev/null and b/tls_icon_example.png differ