Skip to content

gmail.get_messages Is Really Slow #123

@SakiSakiSakiSakiSaki

Description

@SakiSakiSakiSakiSaki

It takes like 17 seconds to fetch six emails from the last three months, and anything in the span of a year gives me a RecursionError.

gmail = Gmail()
query_params = {
    "newer_than": (3, "month"),
}
messages = gmail.get_messages(query=construct_query(query_params))

Am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions