• Gregory P. Smith's avatar
    Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339 · 987a2d6c
    Gregory P. Smith authored
    - Factor out the duplication of EHLO/HELO in login() and sendmail() to
      a new function, ehlo_or_helo_if_needed().
    - Use ehlo_or_helo_if_needed() in starttls()
    - Check for the starttls exception in starttls() in the same way as
      login() checks for the auth extension.
    Contributed by Bill Fenner.
    987a2d6c
NEWS 131 KB