cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]. Supports IMAP/SMTP, JMAP and soon EWS
http://cypht.org
GNU Lesser General Public License v2.1
1.01k stars 161 forks source link

[FIX] Fixed jmap quota display #1296

Open Shadow243 opened 1 month ago

Shadow243 commented 1 month ago

RFC: https://www.rfc-editor.org/rfc/rfc9425.pdf Add get_quota_root to hm-jmap.php to correct error Uncaught Error: Call to undefined method Hm_JMAP::get_quota_root

Screenshot 2024-10-22 at 18 15 28
Shadow243 commented 1 month ago

There an other issue that i'l correct: Uncaught Error: Call to undefined method Hm_JMAP::get_capability()

Shadow243 commented 1 month ago

There an other issue that i'l correct: Uncaught Error: Call to undefined method Hm_JMAP::get_capability()

I just added get_capability that must be implemented, I just spent several hours on this but no method worked, so I have to look for another way.