Aspersieman wrote:
I have written an application that queries a POP mailbox and ...
> I want to have it time out....
I know that in python 2.5 I could pass an additional timeout parameter to the above statement ( ie: pop = poplib.POP3(POPHOST, POPPORT, TIMEOUTINSECONDS), but I am using python 2.4.

Can anyone help me implement this timeout functionality.

Obviously, get a copy of 2.5 and back-port the poplib code as
poplib25 or some such.  If you want more help than that, hire
someone to do it.

--Scott David Daniels

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to