Skip to content
  1. May 12, 2013
  2. May 11, 2013
  3. May 09, 2013
  4. May 08, 2013
  5. May 07, 2013
  6. May 06, 2013
  7. May 05, 2013
  8. May 04, 2013
  9. May 03, 2013
  10. May 02, 2013
  11. May 01, 2013
  12. Apr 30, 2013
  13. Apr 29, 2013
  14. Apr 28, 2013
    • 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