[issue45706] Add IMAP4.login_plain to imaplib

2021-11-03 Thread Prem Buczkowski
Change by Prem Buczkowski : -- pull_requests: +27656 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29398 ___ Python tracker ___ _

[issue45706] Add IMAP4.login_plain to imaplib

2021-11-03 Thread Prem Buczkowski
Change by Prem Buczkowski : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue45706] Add IMAP4.login_plain to imaplib

2021-11-03 Thread Prem Buczkowski
New submission from Prem Buczkowski : Hi everyone and nice to meet you! I would like to propose adding a method login_plain to Python IMAP4 standard library client. Currently, one can use login, login_cram_md5 or add their own authentication method using authenticate. While login works great