Monitoring number of smtp bytes sent through python e-mail socket

2006-12-04 Thread William Connery
using basic python sockets whilst having access to the number of bytes that have already been sent through the socket? Many thanks. William Connery #!/usr/bin/python import wx import smtplib from email import Encoders from email.MIMEMultipart import MIMEMultipart from email.Utils import COMMA

Monitoring number of smtp bytes sent through python e-mail socket

2006-12-09 Thread William Connery
basic python sockets whilst having access to the number of bytes that have already been sent through the socket? Many thanks. William Connery #!/usr/bin/python import wx import smtplib from email import Encoders from email.MIMEMultipart import MIMEMultipart from email.Utils import COMMASPACE, forma