Inspired by Gmails new notification of StartTLS encrypted messages, I thought I'd be nice to have something similar in OS X Mail. CheckTLS is a Mail plugin (written in pure Swift 😄), that aims to inform you the moment you're composing an email, whether the recipient’s mail servers supports StartTLS. CheckTLS will warn you when StartTLS is not supported by the recipient’s mail server (your message will be sent unencrypted).
###TODO
- Get plugin structure running in OSX Mail.
- Check StartTLS status for a mail server.
- Inject code into OSX Mail.
- Implement a continuous check upon insertion of recipient.
- Show a warning somehow... This is tricky..
- SHIPPING!!