<?xml version="1.0" encoding="UTF-8"?>
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
  <Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
    <Account>
      <AccountType>email</AccountType>
      <Action>settings</Action>
<!-- imap -->
      <Protocol>
	<Type>IMAP</Type>
	<Server>imap.apolonet.hn</Server>
	<Port>993</Port>
	<LoginName>%EMAILADDRESS%</LoginName>
	<Encryption>SSL</Encryption>
        <AuthRequired>on</AuthRequired>
      </Protocol>
<!-- mail smtp -->
      <Protocol>
	<Type>SMTP</Type>
	<Server>mail.apolonet.hn</Server>
	<Port>587</Port>
	<LoginName>%EMAILADDRESS%</LoginName>
	<Encryption>STARTTLS</Encryption>
	<AuthRequired>on</AuthRequired>
      </Protocol>
<!-- mobile hint -->
      <MobileSync>
	<Server>mail.apolonet.hn</Server>
	<Encryption>SSL</Encryption>
      </MobileSync>	
    </Account>
  </Response>
</Autodiscover>
