On Mon March 24 2008 12:30:07 pm Daniel Meszaros wrote:
> File "/usr/lib64/python2.4/imaplib.py",
line 239, in readline
> return self.file.readline()
> File "/usr/lib64/python2.4/socket.py",
line 340, in readline
> data = self._sock.recv(self._rbufsize)
> timeout: timed out
That smells like a network, routing, or server issue to me.
It is possible
that you've found an obscure bug in imaplib, but the simpler
answer is more
likely correct.
-- John
|