added ExchangeMailReader via ews-java-lib

This commit is contained in:
jomu
2017-10-10 15:49:57 +00:00
parent b798e014dd
commit 1ff4432aa7
5 changed files with 346 additions and 5 deletions

View File

@ -52,11 +52,13 @@
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<type>jar</type>
<scope>compile</scope>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.ews-java-api</groupId>
<artifactId>ews-java-api</artifactId>
</dependency>
<dependency>
<groupId>commons-net</groupId>