Skip to content
New issue

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 expunge functions instead of imap_get_quotaroot() #49

Open
fatihfth opened this issue Feb 9, 2023 · 1 comment

Comments

@fatihfth
Copy link

fatihfth commented Feb 9, 2023

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

return Message::expunge($imap, $mailbox);

@aberel
Copy link

aberel commented May 24, 2024

i see the same, nobady replies? In fact, 6 functions have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants