1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-12-13 19:22:22 -05:00

IMAP: Fix regression on LIST INBOX

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@754 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-09-25 09:31:01 +00:00
parent d0e83c4a8c
commit e02aa555a9

View File

@ -168,7 +168,7 @@ public class ImapConnection extends AbstractConnection {
} else { } else {
ExchangeSession.Folder folder = null; ExchangeSession.Folder folder = null;
try { try {
session.getFolder(folderQuery); folder = session.getFolder(folderQuery);
} catch (HttpForbiddenException e) { } catch (HttpForbiddenException e) {
// access forbidden, ignore // access forbidden, ignore
} catch (HttpNotFoundException e) { } catch (HttpNotFoundException e) {