#27131: send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method
-----------------------------+---------------------------------------------
     Reporter:  Slava        |                    Owner:  nobody
         Type:  Bug          |                   Status:  closed
    Component:  Core (Mail)  |                  Version:  dev
     Severity:  Normal       |               Resolution:  fixed
     Keywords:  send_mail    |             Triage Stage:  Ready for checkin
    Has patch:  1            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  0            |                    UI/UX:  0
-----------------------------+---------------------------------------------

Comment (by Mariusz Felisiak <felisiak.mariusz@…>):

 In [changeset:"137a9899d7965432fc24cf6fc0331e333316a1dd" 137a9899]:
 {{{
 #!CommitTicketReference repository=""
 revision="137a9899d7965432fc24cf6fc0331e333316a1dd"
 [3.2.x] Refs #27131 -- Removed SMTPBackendTests.test_server_login().

 test_server_login() was a regression test for a crash when passing
 Unicode strings to SMTP server using CRAM-MD5 method on Python 2.
 Python 2 is no longer supported and test_server_login() passes even
 without FakeSMTPChannel.smtp_AUTH() because
 smtplib.SMTPAuthenticationError is raised when AUTH is not implemented.
 Backport of cdad96e6330cd31185f7496aaf8eb316f2773d6d from main
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/27131#comment:11>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.f2fb8dfddd0c08021d162598e65b8431%40djangoproject.com.

Reply via email to