|
|
@ -1112,6 +1112,8 @@ class Core {
|
|
|
|
|
|
|
|
|
|
|
|
if (uids.size() > 0) {
|
|
|
|
if (uids.size() > 0) {
|
|
|
|
// This is done outside of JavaMail to prevent changed notifications
|
|
|
|
// 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() {
|
|
|
|
MessagingException ex = (MessagingException) ifolder.doCommand(new IMAPFolder.ProtocolCommand() {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public Object doCommand(IMAPProtocol protocol) {
|
|
|
|
public Object doCommand(IMAPProtocol protocol) {
|
|
|
|