mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 13:26:28 +03:00
It was used when timeout was set on the whole smtp.send() operation. Now only the operations inside smtp.send() can timeout, and such timeout errors result in SendError, so SendTimeout is unused.