xavierfoucrier / inbox-notifier

Gmail notifications instantly in the Windows taskbar
https://inbox-notifier.xavierfoucrier.dev
MIT License
68 stars 5 forks source link

Add support for multiple Gmail accounts #209

Closed ronilaukkarinen closed 2 days ago

ronilaukkarinen commented 2 years ago

Is it possible to add more than one Gmail account? I'm using two Gmail accounts, both are improtant.

xavierfoucrier commented 2 years ago

Hi @ronilaukkarinen,

Unfortunately it's not possible at this time. It could be done with some code and UI refactoring.

But, many things to take into considerations, like:

So probably more than a simple option to add...

ronilaukkarinen commented 2 years ago

OK cool. +1 for this feature then :) I'd help but C# is not my strongest suit.

xavierfoucrier commented 2 years ago

Tagged this as feature, but for sure it won't be implemented in the next release. I really try to make the application as flexible as possible but I can't satisfy everyone's workflow.

Thanks for the idea :wink:

xavierfoucrier commented 2 days ago

Hi,

I am closing this, as it is requiring too much work right now to implement... but I am keeping the idea. The application needs to be fully refactored to meet last .NET Framework requirements.

At this point, I am also not sure we can tell Gmail API to sync two inbox at a time, because of the authentication token provided by the API, probably having a select in the application and choose the one you want to update, but both, I am not really sure.