You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use imap-tools with HTTP/HTTPS proxies in a multi-threaded environment. Currently, the workaround is using PySocks with global socket modifications, which isn't thread-safe and causes issues when multiple connections try to use different proxies.
Hello,
I'm trying to use imap-tools with HTTP/HTTPS proxies in a multi-threaded environment. Currently, the workaround is using PySocks with global socket modifications, which isn't thread-safe and causes issues when multiple connections try to use different proxies.
Proposed solution:
Example desired usage:
The text was updated successfully, but these errors were encountered: