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 164 forks source link

[FIX]Imap quota: Fixing quota appears only once folders are expanded #1275

Closed Baraka24 closed 1 month ago

Baraka24 commented 1 month ago

See what happens when we expand and collapse folders in the video below:

https://github.com/user-attachments/assets/93a691fa-4f11-41e8-b42a-565390af12f0

Shadow243 commented 1 month ago

I need this:

      - name: "Disable duplicate redis extension"
        run: |
            sudo sed -i '/redis.so/d' /etc/php/*/cli/conf.d/*redis.ini

to solve the error: PHP Warning: Module "redis" is already loaded in Unknown on line 0

I am preparing another PR to ask Victor for a review

Shadow243 commented 1 month ago

I'l wait for https://github.com/cypht-org/cypht/pull/1284 to merge this.