I am sending large email messages (with MIME parts) using this recipe :
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/473810But I can't find any way to monitor the progress (i.e. how many bytes have been delivered until now) of the sending.
Anybody has an idea how I can accomplish that?