mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 00:13:47 +03:00
17346d6def
if icloud.com has your ip blocklisted, it will close the smtp connection after writing a response to RCPT TO, before writing a response to a pipelined DATA command. this is similar to the case (already handled) where a mail server would close the connection after a response to MAIL FROM when pipelined. we now recognize this situation (unexpected EOF before we get a response to DATA, with all RCPT TO's failed), and treat the last response to RCPT TO as the result. for issue #198 by soheilpro, thanks for reporting and sending an smtpclient trace that showed the behaviour. |
||
---|---|---|
.. | ||
client.go | ||
client_test.go | ||
dial.go | ||
dial_test.go | ||
examples_test.go | ||
gather.go | ||
gather_test.go |