Skip to content

Commit b2d84e5

Browse files
committed
Add graph incoming server type for Office365.
1 parent 26e6267 commit b2d84e5

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

ispdb/office365.com.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,22 @@
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>

0 commit comments

Comments
 (0)