Ticket #12 (closed Bugs: None)
IMAP does not show all folders
| Reported by: | nobody | Owned by: | octorian |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | Interface (example) | Version: | None |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Client does not always show all IMAP folders. A return makes the client exit before processing all folders. I have included a fix... for ImapClient.java at line 181
if (depth+1 < globalConfig.getImapMaxFolderDepth()) {
getFolderTreeImpl(childItem, depth+1);
}
shaun.brown@shaw.ca
Shaun
Change History
Note: See
TracTickets for help on using
tickets.
