最简单的代码,连接hotmail邮箱也时常出现连接超时错误:POP.Host := 'pop3.live.com'; POP.Port := 995; POP.Username := 'xxxxx@hotmail.com'; POP.Password := '******'; try POP.Connect; showmessage('success'); except showmessage('Error'); end;已拷贝动态连接库,已加上IdSMTP1.IOHandler = IdSSLIOHandlerSocketOpenSSL1有时success,有时Error,而foxmail同时间测试几乎都可以连接成功。有时连接成功,在收取时也会报告超时,有时就能接收。在什么地方可以调整这个timeout参数?或者是别的什么原因?