how to get rate of pop3 receiving progress?

L

Leo Jay

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?

Thanks
 
P

Peter Hansen

Leo said:
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?

Not a supported one, but you could just create a POP3 subclass and
override the implementation of _getlongresp() to do what you need. The
best way to learn about this sort of thing is to view the source
directly and read...

-Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top