webmail-lite-8
webmail-lite-8 copied to clipboard
Open-source webmail script for existing IMAP server
Running version `9.7.8.build11-build-o3` and `PHP 8.3.6` (Ubuntu 24.04 LTS). Deprecated since PHP 8.2. As per https://www.php.net/manual/en/migration82.deprecated.php#migration82.deprecated.core.dynamic-properties PHP docs suggest either: * Declaring the property (preferred). * Adding the `#[\AllowDynamicProperties]` attribute...
PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in \public_html\vendor\afterlogic\mailso\lib\MailSo\Base\Utils.php on line 174 Edit to resolve ``` if(is_null($sEncoding)){$sEncoding = \mb_get_info('internal_encoding');}; $sEncoding = \strtolower($sEncoding); ```...
Hi, In my the latest upgrade it seems the hover effect on drag-n-drop to folder is broken. Name: Afterlogic WebMail Lite PHP Version: 9.8.0.build18-build-o3 I tested the https://lite.afterlogic.com/ and experienced...