Skip to content

The function imap2_get_quotaroot() is calling expunge functions instead of imap_get_quotaroot() #49

@fatihfth

Description

@fatihfth

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions