Show
Ignore:
Timestamp:
08/03/08 02:11:49 PM (5 months ago)
Author:
octorian
Message:
 
Files:
1 modified

Legend:

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

    r263 r265  
    320320                public FolderMessage[] getFolderMessages(int firstIndex, int lastIndex) 
    321321                                throws IOException, MailException { this.firstIndex = firstIndex; this.lastIndex = lastIndex; return this.folderMessages; } 
     322                public FolderMessage[] getNewFolderMessages() throws IOException, MailException { return null; } 
    322323                public FolderTreeItem getFolderTree() throws IOException, MailException { return this.folderTree; } 
    323324                public Message getMessage(FolderMessage folderMessage)