1. 05 Sep, 2014 4 commits
  2. 04 Sep, 2014 3 commits
  3. 02 Sep, 2014 1 commit
  4. 03 Sep, 2014 3 commits
  5. 01 Sep, 2014 1 commit
  6. 31 Aug, 2014 2 commits
  7. 30 Aug, 2014 1 commit
    • R David Murray's avatar
      #22215: have the smtplib 'quit' command reset the state. · 7234e03c
      R David Murray authored
      Without this reset, starttls would fail if a connect/starttls was done after a
      quit, because smtplib assumed the existing value of emspt_features was
      accurate, but it gets reset when starttls completes (and the new value does
      not contain the starttls capability, since tls is already started at that
      point).  (There may be additional places where this lack of reset was an
      issue as well.)
      
      Patch by Milan Oberkirch.
      7234e03c
  8. 28 Aug, 2014 5 commits
  9. 26 Aug, 2014 1 commit
  10. 24 Aug, 2014 5 commits
  11. 23 Aug, 2014 3 commits
  12. 22 Aug, 2014 4 commits
  13. 21 Aug, 2014 3 commits
  14. 20 Aug, 2014 4 commits