mirror of
https://github.com/moparisthebest/davmail
synced 2025-02-28 01:11:57 -05:00
Fix ExchangeSession test
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@578 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
b555586cde
commit
d78b4cb4a1
@ -25,7 +25,7 @@ public class TestExchangeSession {
|
||||
ExchangeSessionFactory.checkConfig();
|
||||
session = ExchangeSessionFactory.getInstance(argv[currentArg++], argv[currentArg++]);
|
||||
|
||||
ExchangeSession.Folder folder = session.getFolder(argv[currentArg++]);
|
||||
ExchangeSession.Folder folder = session.getFolder("INBOX");
|
||||
|
||||
long startTime = System.currentTimeMillis();
|
||||
ExchangeSession.MessageList messageList = session.getAllMessageUidAndSize(folder.folderUrl);
|
||||
|
Loading…
x
Reference in New Issue
Block a user