how to get rate of pop3 receiving progress?

Jp Calderone exarkun at divmod.com
Thu Jul 14 11:23:25 EDT 2005


On Thu, 14 Jul 2005 17:09:10 +0800, Leo Jay <python.leojay at gmail.com> wrote:
>when i use POP3.retr() in poplib module, the retr() function will not
>return until the  receiving progress is finished
>
>so, is there any way to get the rate of receiving progress?
>

An extremely rudamentary example of how you might do this using Twisted's POP3 client support is attached.

Jp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pop3progress.py
Type: application/x-python
Size: 1420 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20050714/08a32560/attachment.bin>


More information about the Python-list mailing list