[issue34577] imaplib Cyrillic password

2018-09-05 Thread Nikita Velykanov
Nikita Velykanov added the comment: It works. Thanks a lot! -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue34577] imaplib Cyrillic password

2018-09-04 Thread Nikita Velykanov
Nikita Velykanov added the comment: Thank you for fast reply. Here's full traceback for first case: Traceback (most recent call last): File "some_my_file.py", line 10, in some_function self.mail.login(login, password) File "/usr/lib64/python2.7/imaplib.py", l

[issue34577] imaplib Cyrillic password

2018-09-04 Thread Nikita Velykanov
New submission from Nikita Velykanov : Let's consider there is an email box with password which contains Cyrillic symbols. When loging in imaplib.IMAP4_SSL(host, port).login(login, password) password field is passed as "кириллица" (type is str, not unicode). Then, I get