1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

don't think the escaping is required but it was there

This commit is contained in:
Florent Daigniere 2022-03-16 14:58:43 +01:00
parent 3e6f3a95a4
commit 9bc963f19b

View File

@ -64,7 +64,7 @@ def autoconfig_microsoft():
email = xml['Autodiscover']['Request']['EMailAddress']
xml = f'''<?xml version=\"1.0\" encoding=\"utf-8\" ?>
<Autodiscover xmlns=\"http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006\">
<Response xmlns="{schema}">
<Response xmlns=\"{schema}\">
<Account>
<AccountType>email</AccountType>
<Action>settings</Action>