Ticket #12 (closed Bugs: None)

Opened 5 years ago

Last modified 42 years ago

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

comment:1 Changed 5 years ago by octorian

Logged In: YES 
user_id=612432
Originator: NO

Fixed in repository, will close when a new build is posted.

comment:2 Changed 5 years ago by octorian

  • Status changed from assigned to closed
Logged In: YES 
user_id=612432
Originator: NO

In build 0.2.20070507
Note: See TracTickets for help on using tickets.