This should resolve the error 700 problems
This commit is contained in:
parent
3c56dcc275
commit
ec38ede99c
1 changed files with 1 additions and 1 deletions
|
@ -976,7 +976,7 @@ class kolab_storage
|
|||
}
|
||||
|
||||
if (!self::$imap->folder_exists($folder)) {
|
||||
if (!self::$imap->folder_create($folder)) {
|
||||
if (!self::$imap->create_folder($folder)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue