Skip to content

Commit

Permalink
[backend] Improve IMAP folders perfs
Browse files Browse the repository at this point in the history
  • Loading branch information
damgouj committed Oct 2, 2024
1 parent b3f60e2 commit a8ed487
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ private void initStore(Environment env) throws Exception {
sentBox.create(Folder.READ_WRITE);
sentBox.setSubscribed(true);
}
defaultFolder.close();
sentBox.close();
} catch (Exception e) {
LOGGER.log(Level.SEVERE, e.getMessage(), e);
}
Expand Down

0 comments on commit a8ed487

Please sign in to comment.