mirror of
https://github.com/itflow-org/itflow
synced 2026-08-16 04:25:13 +00:00
Update imapengine dependancies too
This commit is contained in:
@@ -11,6 +11,12 @@
|
||||
|
||||
use Symfony\Polyfill\Php83 as p;
|
||||
|
||||
if (!class_exists('ValueError', false)) {
|
||||
class ValueError extends Error
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
if (extension_loaded('mbstring')) {
|
||||
if (!function_exists('mb_str_pad')) {
|
||||
/** @return string|false */
|
||||
|
||||
Reference in New Issue
Block a user