cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]
http://cypht.org
GNU Lesser General Public License v2.1
949 stars 146 forks source link

Fixed Class ScramAuthenticator not found in modules/imap/hm-imap.php #1082

Closed josaphatim closed 2 weeks ago

josaphatim commented 2 weeks ago

Fixes PHP Fatal error: Uncaught Error: Class "ScramAuthenticator" not found in /path/to/cypht/modules/imap/hm-imap.php:174

This is breaking login page for now

marclaporte commented 2 weeks ago

@kroky @Danelif

Danelif commented 2 weeks ago

the scram.php file was in the wrong directory. I did not see the bug because of the browser caches. Thanks @josaphatim