Vladimir Kaukin
Vladimir Kaukin
So, what about details?
@Miltonbhowmick, @luanon404 may you show examples?
so, give me 2 minimal blocks of code: 1 with imap_tools error 2 with imaplib ok imap_tools is not block any login method, BaseMailBox is flexible enough
@Miltonbhowmick , your OS and python ?
BaseMailBox.client - imaplib.IMAP4/IMAP4_SSL client instance. So, you may: ``` m_box = MailBox("imap.gmx.com", 993) m_box.client.enable('UTF8=ACCEPT') ``` Is it what are you need?
*As I know, by default user name and password supports only ASCII
> Does nearer/token allow UTF-8 without auth? I think it depend on implementation.
@cpwnd and anyone * Incorporating into login - no * Implementation as separated method, like xoauth2 - I don't mind. For example: login_utf8
https://github.com/ikvk/imap_tools/releases/tag/v0.57.0
seems yes