- Timestamp:
- 08/04/08 09:17:41 PM (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMailTests/src/org/logicprobe/LogicMail/mail/NetworkMailStoreTest.java
r265 r267 333 333 throws IOException, MailException { folderMessage.setDeleted(false); this.undeletedMessage = folderMessage; } 334 334 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; } 335 339 }; 336 340 }
