1. 24 May, 2012 1 commit
  2. 22 May, 2012 8 commits
  3. 20 May, 2012 1 commit
  4. 17 May, 2012 1 commit
    • Steve Holme's avatar
      smtp: Fixed non-escaping of dot character at beginning of line · 7ba07c80
      Steve Holme authored
      A dot character at the beginning of a line would not be escaped to a
      double dot as required by RFC-2821, instead it would be deleted by the
      mail server. Please see section 4.5.2 of the RFC for more information.
      
      Note: This fix also simplifies the detection of repeated CRLF.CRLF
      combinations, such as CRLF.CRLF.CRLF, a little rather than having to
      advance the eob counter to 2.
      7ba07c80
  5. 16 May, 2012 1 commit
  6. 14 May, 2012 2 commits
  7. 12 May, 2012 5 commits
  8. 06 May, 2012 1 commit
  9. 03 May, 2012 1 commit
  10. 02 May, 2012 1 commit
    • Gokhan Sengun's avatar
      MD5: OOM fix · d6773834
      Gokhan Sengun authored
      check whether md5 initialization succeeded before updating digest of
      buffers onto it
      d6773834
  11. 29 Apr, 2012 1 commit
  12. 27 Apr, 2012 2 commits
  13. 26 Apr, 2012 1 commit
  14. 23 Apr, 2012 10 commits
  15. 22 Apr, 2012 4 commits