Skip to content

Serious bug when you have multiple gmail clients #21

Description

@3mammoth

To replicate:

Gmail.client_secrets = CLIENT_SECRET
Gmail.gmail_refresh_token = TOKEN
email = Gmail.mailbox_email # Will give you an inbox

Gmail.gmail_refresh_token = ANOTHER_TOKEN
email2 = Gmail.mailbox_email # Will give you the same email
email2 == email```

This can be serious when you are delivering messages for multiple clients.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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