We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
php-imap2/bootstrap.php
Line 1293 in 5b79c39
The text was updated successfully, but these errors were encountered:
i see the same, nobady replies? In fact, 6 functions have the same issue
Sorry, something went wrong.
No branches or pull requests
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
php-imap2/bootstrap.php
Line 1293 in 5b79c39
The text was updated successfully, but these errors were encountered: