<?xml version="1.0" encoding="utf-8" ?><Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
    <Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
        <Account>
            <AccountType>email</AccountType>
            <Action>settings</Action>
            <Protocol>
                <Type>IMAP</Type>
                <Server>mcp4.mcparking.de</Server>
                <Port>993</Port>
                <DomainRequired>off</DomainRequired>
                <LoginName>test@test.de</LoginName>
                <SPA>off</SPA>
                <SSL>on</SSL>
                <AuthRequired>on</AuthRequired>
            </Protocol>
            <Protocol>
                <Type>SMTP</Type>
                <Server>mcp4.mcparking.de</Server>
                <Port>587</Port>
                <Encryption>tls</Encryption>
                <DomainRequired>off</DomainRequired>
                <AuthRequired>on</AuthRequired>
                <LoginName>test@test.de</LoginName>
                <SPA>off</SPA>
                <SMTPLast>off</SMTPLast>
                <UsePOPAuth>off</UsePOPAuth>
            </Protocol>
        </Account>
    </Response>
</Autodiscover>