﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19134	Can't close SMTP connection, when already disconnected.	Sebastian Noack	nobody	"When the server has closed the SMTP connection (that happens rather quickly with most SMTP servers if you don't send any command for a few seconds), the exception SMTPServerDisconnected will be raised when trying to use the connection. That also happens when calling .quit(), like the SMTP backend does in its close() method.
So I have written a patch that catches SMTPServerDisconnected in addition to socket.sslerror, while closing the SMTP connection."	Cleanup/optimization	closed	Core (Mail)	1.4	Normal	fixed		hongshuning@…	Accepted	1	0	0	0	1	0
