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:
parent
3e6f3a95a4
commit
9bc963f19b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user