mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
use_imap_unselect was removed/is undefined
This commit is contained in:
parent
1bae3370fa
commit
757d71cd40
1 changed files with 0 additions and 24 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue