1. 15 Nov, 2013 2 commits
    • Steve Holme's avatar
      smtp: Fixed processing of more than one response when sent in same packet · 796333bc
      Steve Holme authored
      Added a loop to smtp_statemach_act() in which Curl_pp_readresp() is
      called until the cache is drained. Without this multiple responses
      received in a single packet could result in a hang or delay.
      796333bc
    • Steve Holme's avatar
      smtp: Moved EHLO response handling to smtp_state_ehlo_resp() · f16c0de4
      Steve Holme authored
      Similar to the processing of untagged CAPABILITY responses in IMAP moved
      the processing of multiline EHLO responses to smtp_state_ehlo_resp() and
      introduced an internal response code of one to differentiate a multiline
      continuation from the end of command. This also allows for the separate
      processing of multiline responses from commands such as VRFY and EXPN.
      f16c0de4
  2. 14 Nov, 2013 3 commits
  3. 13 Nov, 2013 14 commits
  4. 12 Nov, 2013 7 commits
  5. 11 Nov, 2013 2 commits
  6. 10 Nov, 2013 12 commits