mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 06:26:30 +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.