Skip to content
  1. Nov 15, 2013
    • 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. Nov 14, 2013
  3. Nov 13, 2013
  4. Nov 12, 2013
  5. Nov 11, 2013
  6. Nov 10, 2013