1. 12 May, 2013 1 commit
  2. 11 May, 2013 1 commit
  3. 09 May, 2013 2 commits
  4. 08 May, 2013 1 commit
  5. 07 May, 2013 3 commits
  6. 06 May, 2013 9 commits
  7. 05 May, 2013 1 commit
  8. 04 May, 2013 5 commits
  9. 03 May, 2013 3 commits
  10. 02 May, 2013 5 commits
  11. 01 May, 2013 1 commit
  12. 30 Apr, 2013 1 commit
  13. 29 Apr, 2013 5 commits
  14. 28 Apr, 2013 2 commits
    • Steve Holme's avatar
      tests: Corrected the SMTP tests to be RFC2821 compliant · f317ffb7
      Steve Holme authored
      The emails that are sent to the server during these tests were
      incorrectly formatted as they contained one or more LF terminated lines
      rather than being CRLF terminated as per Section 2.3.7 of RFC-2821.
      
      This wasn't a problem for the test suite as the <stdin> data matched the
      <upload> data but anyone using these tests as reference would be sending
      incorrect data to a server.
      f317ffb7
    • Steve Holme's avatar
      email: Tidy up of *_perform_authenticate() · 9ea51459
      Steve Holme authored
      Removed the hard returns from imap and pop3 by using the same style for
      sending the authentication string as smtp. Moved the "Other mechanisms
      not supported" check in smtp to match that of imap and pop3 to provide
      consistency between the three email protocols.
      9ea51459