Try POP3S first, then POP3 if it fails. Always ignore the certificate because that...
authorArt Cancro <ajc@citadel.org>
Thu, 9 Mar 2017 15:29:02 +0000 (10:29 -0500)
committerArt Cancro <ajc@citadel.org>
Thu, 9 Mar 2017 15:29:02 +0000 (10:29 -0500)
commit852008e87cf586e0d067c50b390da1870b033dd0
treed0b05bfe99d0690df8862f03c3914a996bd6bea0
parent86e4b759e84c17ef8e035af2695c081660aa80d5
Try POP3S first, then POP3 if it fails.  Always ignore the certificate because that's a false sense of security and I don't feel like adding the complexity required to make the user specify their preference on every single connection.  Also ran some tests to confirm that once libcurl opens a POP3 connection it stays open for the remaining commands, which is good because we don't want the message numbers to get out of sequence.
citadel/modules/pop3client/serv_pop3client.c