git clone of logicmail with some fixes/features added
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Test fix

git-svn-id: https://logicmail.svn.sourceforge.net/svnroot/logicmail/trunk@912 5c734088-3d25-0410-9155-b3c3832efda5

octorian 496a5627 5c6103d1

+1
+1
LogicMailTests/src/org/logicprobe/LogicMail/mail/NetworkMailStoreTest.java
··· 128 128 hammock.setStubExpectation(MockIncomingMailClient.MTHD_HAS_UNDELETE).setReturnValue(Boolean.TRUE); 129 129 hammock.setStubExpectation(MockIncomingMailClient.MTHD_HAS_LOCKED_FOLDERS).setReturnValue(Boolean.TRUE); 130 130 hammock.setStubExpectation(MockIncomingMailClient.MTHD_HAS_IDLE).setReturnValue(Boolean.FALSE); 131 + hammock.setStubExpectation(MockIncomingMailClient.MTHD_IS_IDLE_ENABLED).setReturnValue(Boolean.TRUE); 131 132 hammock.setStubExpectation(MockIncomingMailClient.MTHD_GET_ACCT_CONFIG).setReturnValue(fakeAccountConfig); 132 133 hammock.setStubExpectation(MockIncomingMailClient.MTHD_GET_CONNECTION_CONFIG).setReturnValue(fakeAccountConfig); 133 134 hammock.setStubExpectation(MockIncomingMailClient.MTHD_SET_LISTENER_$_INCOMINGMAILCLIENTLISTENER, new Object[1])