Simon 5 is coming soon!
Simon version 5 is currently in beta testing. It is a massive update, introducing a much-requested feature: syncing the Simon data between multiple Macs, plus a Simon Status service, a Link Checker filter, improved Find filter, iMessage and Speak Error notifiers, a new app icon, and much more.
Important: please note that Simon 5 requires a minimum of macOS 10.12 (Sierra), and will be a paid upgrade from Simon 4 after the beta. Purchasers since September 1, 2020 automatically get a version 5 license (that also works in previous versions).
Re: Incoming Mail IMAP via SSL
Hi,
Check out the Incoming Mail (POP) via SSL service. It's a script to check communication with a POP server via SSL; you could duplicate it and modify for IMAP. Though it might work without any modification, or just tweak the
grep
match.It basically is just a one-line script:
openssl s_client -connect {Server name}:{Server port} < /dev/null | grep '^+OK '