Merge branch 'hotfix/3.6.3'
This commit is contained in:
@@ -262,6 +262,7 @@ class EmailAccount extends Record
|
||||
|
||||
if ($maxSize) {
|
||||
if ($storage->getSize($id) > $maxSize * 1024 * 1024) {
|
||||
$k++;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -242,6 +242,7 @@ class InboundEmail extends \Espo\Services\Record
|
||||
|
||||
if ($maxSize) {
|
||||
if ($storage->getSize($id) > $maxSize * 1024 * 1024) {
|
||||
$k++;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user