ikvk / imap_tools

Work with email by IMAP
Apache License 2.0
706 stars 80 forks source link

`examples/pysocks_proxy.py` outdated? #232

Closed qb-0 closed 5 months ago

qb-0 commented 5 months ago

When I try to run the current example it fails with TypeError: Imap4SslProxy.open() takes from 1 to 3 positional arguments but 4 were given

ikvk commented 5 months ago

It is related with python version. (fix like in MailBox._get_mailbox_client) You can help lib by make MR.

luiistavares commented 5 months ago

What version its stable, for work pysocks_proxy.py?

ikvk commented 5 months ago

@luiistavares , I have never use it byself, and actually it is not a part of lib. If you have some fixes for it - welcome.