We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried formats Host:Port:User:Pass and User:Pass@Host:Port Has anyone else had any success with this?
proton_session = Session( 'https://api.protonmail.ch', path.join(cwd, log_folder), path.join(cwd, "cache"), tls_pinning=False, proxies="Host:Port:Username:Password" ) proton_session.authenticate(username=proton_email, password=proton_password) #does not authenticate with proxy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tried formats Host:Port:User:Pass and User:Pass@Host:Port
Has anyone else had any success with this?
The text was updated successfully, but these errors were encountered: