You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning messages:
PHP message: PHP Warning: array_chunk() expects parameter 1 to be array, null given in /var/www/(REMOVED)/program/lib/Roundcube/rcube_imap_generic.php on line 3129
PHP message: PHP Warning: Invalid argument supplied for foreach() in /var/www/(REMOVED)/program/lib/Roundcube/rcube_imap_generic.php on line 3129
thrown when "no" quotas set:
C: a3 GETQUOTAROOT INBOX
S: * QUOTAROOT "INBOX" "ROOT"
S: * QUOTA "ROOT"
S: a3 OK GETQUOTAROOT Ok.
(...)
Resources not named in the list are not limited in the quota root.
Thus, an empty list means there are no administrative resource
limits in the quota root.
(...)
The response seems to be valid for a unlimited IMAP account to me. YMMV
Also take a look at the example "5.2. QUOTAROOT Response".
Imo, a valid response would be * QUOTA "ROOT" (), because quota_list is not optional according to the Formal Syntax. I think most servers just skip that line.
RC 1.3.7 improvement
Warning messages:
PHP message: PHP Warning: array_chunk() expects parameter 1 to be array, null given in /var/www/(REMOVED)/program/lib/Roundcube/rcube_imap_generic.php on line 3129
PHP message: PHP Warning: Invalid argument supplied for foreach() in /var/www/(REMOVED)/program/lib/Roundcube/rcube_imap_generic.php on line 3129
thrown when "no" quotas set:
quick fix check if $quotas is empty:
The text was updated successfully, but these errors were encountered: