Check if folder open before uid fetch

This commit is contained in:
M66B 2019-08-01 10:04:15 +02:00
parent f74c4c460f
commit bcb165db59
1 changed files with 2 additions and 0 deletions

View File

@ -1112,6 +1112,8 @@ class Core {
if (uids.size() > 0) {
// This is done outside of JavaMail to prevent changed notifications
if (!ifolder.isOpen())
throw new FolderClosedException(ifolder, "UID FETCH");
MessagingException ex = (MessagingException) ifolder.doCommand(new IMAPFolder.ProtocolCommand() {
@Override
public Object doCommand(IMAPProtocol protocol) {