mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Resolve #124
This commit is contained in:
parent
b405b45158
commit
6c71f25f50
1 changed files with 8 additions and 0 deletions
|
|
@ -51,6 +51,14 @@ trait Folders
|
|||
array($this->EscapeFolderName($sFolderName)));
|
||||
// $this->FolderCheck();
|
||||
// $this->FolderUnselect();
|
||||
|
||||
// Will this workaround solve Dovecot issue #124 ?
|
||||
try {
|
||||
$this->FolderRename($sFolderName, "{$sFolderName}-dummy");
|
||||
$this->FolderRename("{$sFolderName}-dummy", $sFolderName);
|
||||
} catch (\Throwable $e) {
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue