<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns1:namedConfiguration ns1:CLASS_NAME="com.fiorano.adapter.jca.pop3.spi.outbound.POP3ConnectionConfiguration" xmlns:ns2="uri:com.fiorano.services.common.jaxb.adapter" xmlns:ns1="uri:com.fiorano.adapter.jca.pop3.spi.outbound">
    <ns1:mailServerName>pop.gmail.com</ns1:mailServerName>
    <ns1:mailServerPort>995</ns1:mailServerPort>
    <ns1:connectionProperties>
        <ns2:property>
            <ns2:key xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">mail.pop3.auth</ns2:key>
            <ns2:value xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">true</ns2:value>
        </ns2:property>
        <ns2:property>
            <ns2:key xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">mail.pop3.socketFactory.port</ns2:key>
            <ns2:value xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">995</ns2:value>
        </ns2:property>
        <ns2:property>
            <ns2:key xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">mail.pop3.socketFactory.fallback</ns2:key>
            <ns2:value xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">false</ns2:value>
        </ns2:property>
        <ns2:property>
            <ns2:key xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">mail.pop3.starttls.enable</ns2:key>
            <ns2:value xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">true</ns2:value>
        </ns2:property>
        <ns2:property>
            <ns2:key xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">mail.pop3.socketFactory.class</ns2:key>
            <ns2:value xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">javax.net.ssl.SSLSocketFactory</ns2:value>
        </ns2:property>
    </ns1:connectionProperties>
</ns1:namedConfiguration>
