<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="flock.com"> <domain>flock.com</domain> <displayName>Flock Mail</displayName> <displayShortName>FlockMail</displayShortName> <incomingServer type="imap"> <hostname>imap.flockmail.com</hostname> <port>993</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="imap"> <hostname>imap.flockmail.com</hostname> <port>143</port> <socketType>STARTTLS</socketType> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="pop3"> <hostname>pop.flockmail.com</hostname> <port>995</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="pop3"> <hostname>pop.flockmail.com</hostname> <port>110</port> <socketType>STARTTLS</socketType> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.flockmail.com</hostname> <port>465</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> </outgoingServer> <outgoingServer type="smtp"> <hostname>smtp.flockmail.com</hostname> <port>587</port> <socketType>STARTTLS</socketType> <authentication>password-cleartext</authentication> </outgoingServer> </emailProvider> </clientConfig>