diff --git a/office-alexander-logistics-app/src/test/java/com/alexanderlogistics/TestIMAPOutlookOAuth.java b/office-alexander-logistics-app/src/test/java/com/alexanderlogistics/TestIMAPOutlookOAuth.java
index 87c16b9..8814189 100644
--- a/office-alexander-logistics-app/src/test/java/com/alexanderlogistics/TestIMAPOutlookOAuth.java
+++ b/office-alexander-logistics-app/src/test/java/com/alexanderlogistics/TestIMAPOutlookOAuth.java
@@ -365,11 +365,13 @@ public class TestIMAPOutlookOAuth {
props.setProperty("mail.imaps.socketFactory.fallback", "false");
props.setProperty("mail.imaps.socketFactory.port", port);
props.setProperty("mail.imaps.starttls.enable", "true");
-
- // optional set imap user?
- // props.put("mail.imap.user", userEmailId);
-
props.put("mail.imaps.auth.plain.disable", "true");
+
+ // Read faster
+ props.put("mail.imap.partialfetch", "false");
+ props.put("mail.imap.fetchsize", "1048576");
+
+ // debug
props.put("mail.debug", "true");
props.put("mail.debug.auth", "true");
diff --git a/pom.xml b/pom.xml
index aea06f4..6c93787 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
5.0.4
6.0.9
5.0.0
- 3.1.2-SNAPSHOT
+ 3.1.3-SNAPSHOT
3.0.3
2.1.1-SNAPSHOT
6.0