1. 10 Nov, 2015 9 commits
  2. 09 Nov, 2015 7 commits
  3. 07 Nov, 2015 4 commits
  4. 06 Nov, 2015 1 commit
  5. 09 Nov, 2015 3 commits
  6. 08 Nov, 2015 2 commits
    • Martin Panter's avatar
      d61d860e
    • R David Murray's avatar
      #25446: Fix regression in smtplib's AUTH LOGIN support. · b0deeb47
      R David Murray authored
      The auth method tests simply weren't adequate because of the fact that
      smtpd doesn't support authentication.  I borrowed some of Milan's
      code for that from issue #21935 and added it to the smtplib tests.
      Also discovered that the direct test for the 'auth' method wasn't actually
      testing anything and fixed it.
      
      The fix makes the new authobject mechanism work the way it is
      documented...the problem was that wasn't checking for a 334 return code
      if an initial-response was provided, which works fine for auth plain
      and cram-md5, but not for auth login.
      b0deeb47
  7. 07 Nov, 2015 5 commits
  8. 06 Nov, 2015 6 commits
  9. 05 Nov, 2015 3 commits