diff --git a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Messages.php b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Messages.php index c53f34942..47f9288c3 100644 --- a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Messages.php +++ b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Messages.php @@ -484,18 +484,6 @@ trait Messages throw new ClientException(Notifications::CantDeleteMessage, $oException); } - if ($this->Config()->Get('labs', 'use_imap_unselect', true)) - { - try - { - $this->MailClient()->FolderUnselect(); - } - catch (\Throwable $oException) - { - unset($oException); - } - } - $sHash = ''; try { @@ -564,18 +552,6 @@ trait Messages throw new ClientException(Notifications::CantMoveMessage, $oException); } - if ($this->Config()->Get('labs', 'use_imap_unselect', true)) - { - try - { - $this->MailClient()->FolderUnselect(); - } - catch (\Throwable $oException) - { - unset($oException); - } - } - $sHash = ''; try {