Changeset 267

Show
Ignore:
Timestamp:
08/04/08 09:17:41 PM (4 months ago)
Author:
octorian
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/LogicMailTests/src/org/logicprobe/LogicMail/mail/NetworkMailStoreTest.java

    r265 r267  
    333333                                throws IOException, MailException { folderMessage.setDeleted(false); this.undeletedMessage = folderMessage; } 
    334334                public ConnectionConfig getConnectionConfig() { return null; } 
     335                public boolean hasIdle() { return false; } 
     336                public void idleModeBegin() throws IOException, MailException { } 
     337                public void idleModeEnd() throws IOException, MailException { } 
     338                public boolean idleModePoll() throws IOException, MailException { return false; } 
    335339        }; 
    336340}