simonrob / email-oauth2-proxy

An IMAP/POP/SMTP proxy that transparently adds OAuth 2.0 authentication for email clients that don't support this method.
Apache License 2.0
850 stars 95 forks source link

Automatically open the authorization window without clicking context menu in tray icon #150

Closed ghost closed 1 year ago

ghost commented 1 year ago

Please add a possibility to automatically open the authorization window without clicking context menu in tray icon.

simonrob commented 1 year ago

This is not possible I'm afraid – GUI operations must be run from the main thread (see pywebview's documentation)