Fix non-SSL connection
fixes deb#432727
This commit is contained in:
		| @@ -113,7 +113,6 @@ def new_open(self, host = '', port = IMAP4_PORT): | ||||
|         self.port = port | ||||
|         res = socket.getaddrinfo(host, port, socket.AF_UNSPEC, | ||||
|                                  socket.SOCK_STREAM) | ||||
|         self.sock = socket.socket(af, socktype, proto) | ||||
|  | ||||
|         # Try each address returned by getaddrinfo in turn until we | ||||
|         # manage to connect to one. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Goerzen
					John Goerzen