- Timestamp:
- 08/01/08 10:18:16 PM (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMail/src/org/logicprobe/LogicMail/mail/IncomingMailClient.java
r172 r259 84 84 85 85 /** 86 * Refresh the folder status across the folder tree.86 * Refresh the folder status. 87 87 * 88 * @param root The root of the folder tree88 * @param folders The folders to refresh 89 89 * @throw IOException on I/O errors 90 90 * @throw MailException on protocol errors 91 91 */ 92 public abstract void refreshFolderStatus(FolderTreeItem root)92 public abstract void refreshFolderStatus(FolderTreeItem[] folders) 93 93 throws IOException, MailException; 94 94
