-
-
Notifications
You must be signed in to change notification settings - Fork 84
gmail.get_messages Is Really Slow #123
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels