Nikita Velykanov added the comment:
It works. Thanks a lot!
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/i
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
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