does CPOP/CFIMAP use TLS 1.2 or above in CF2018?
we have been using cfpop for years to open a mailbox and download attachment/headers.
it started failing last night.....
now exchange provider claims we are not using TLS 1.2
This is what we've been using
<cfpop
server = "*.*.*.*"
username = "*****@*****" password = "*******!"
action = "getAll"
name = "qheader"
secure="yes">
Other than CFIMAP or createObject("component", "pop").init() are there any other alternatives to open a mailbox and download headers/attachments?
Thanks
Paolo
