- Timestamp:
- 08/03/08 02:11:49 PM (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMailTests/src/org/logicprobe/LogicMail/mail/NetworkMailStoreTest.java
r263 r265 320 320 public FolderMessage[] getFolderMessages(int firstIndex, int lastIndex) 321 321 throws IOException, MailException { this.firstIndex = firstIndex; this.lastIndex = lastIndex; return this.folderMessages; } 322 public FolderMessage[] getNewFolderMessages() throws IOException, MailException { return null; } 322 323 public FolderTreeItem getFolderTree() throws IOException, MailException { return this.folderTree; } 323 324 public Message getMessage(FolderMessage folderMessage)
