jeremyephron / simplegmail

A simple Gmail API client for applications in Python
MIT License
352 stars 74 forks source link

Support for multiple Gmail accounts #119

Open psresnik opened 3 months ago

psresnik commented 3 months ago

Thanks for this great package! I am looking for an easy way to use simplegmail with multiple accounts. A very simple modification would seem to be the ability to pass the credentials file as an argument when initializing the Gmail class, rather than hard-wiring. (My alternative work-around would be to have my program actually run in separate account-specific directories but that seems rather kludgy.) Might it be possible to add this?

Benji-create commented 1 month ago

this would be awesome