File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 <leaveMessagesOnServer >true</leaveMessagesOnServer >
2626 </pop3 >
2727 </incomingServer >
28+ <incomingServer type =" ews" >
29+ <username >%EMAILADDRESS</username >
30+ <authentication >OAuth2</authentication >
31+ <url >https://outlook.office365.com/ews/exchange.asmx</url >
32+ </incomingServer >
33+ <incomingServer type =" owa" >
34+ <username >%EMAILADDRESS</username >
35+ <authentication >OAuth2</authentication >
36+ <url >https://outlook.office365.com/owa/</url >
37+ </incomingServer >
38+ <incomingServer type =" graph" >
39+ <username >%EMAILADDRESS%</username >
40+ <authentication >OAuth2</authentication >
41+ <url >https://graph.microsoft.com</url >
42+ </incomingServer >
43+ <!-- Backwards compatibility with single Exchange incomingServer element. -->
2844 <incomingServer type =" exchange" >
2945 <hostname >outlook.office365.com</hostname >
3046 <port >443</port >
You can’t perform that action at this time.
0 commit comments