Open fatihfth opened 1 year ago
The function imap2_get_quotaroot() is calling the function Message::expunge(). And it is calling "$client->expunge()" or imap_expunge() function.
The function imap2_get_quotaroot() needs be equivalent of imap_get_quotaroot(): https://www.php.net/manual/en/function.imap-get-quotaroot
But now it is calling expunge functions (imap_expunge — Delete all messages marked for deletion): https://www.php.net/manual/en/function.imap-expunge.php
https://github.com/javanile/php-imap2/blob/5b79c39e6bce704450a96006bcf9de553abf12df/bootstrap.php#L1293
i see the same, nobady replies? In fact, 6 functions have the same issue
The function imap2_get_quotaroot() is calling the function Message::expunge(). And it is calling "$client->expunge()" or imap_expunge() function.
The function imap2_get_quotaroot() needs be equivalent of imap_get_quotaroot(): https://www.php.net/manual/en/function.imap-get-quotaroot
But now it is calling expunge functions (imap_expunge — Delete all messages marked for deletion): https://www.php.net/manual/en/function.imap-expunge.php
https://github.com/javanile/php-imap2/blob/5b79c39e6bce704450a96006bcf9de553abf12df/bootstrap.php#L1293