durusmail: qp: Problems with MIMEInput and boundaries.
Problems with MIMEInput and boundaries.
2009-06-02
2009-06-03
2009-06-03
2009-06-03
2009-06-04
Problems with MIMEInput and boundaries.
Binger David
2009-06-03
Does it suffice to change:

         self.pat = re.compile(
             as_bytes(r'--%s(--)?[ \t]*\r\n' % re.escape(boundary)))

to

         self.pat = re.compile(
             as_bytes(r'--%s(--)?[ \t]*(\r\n)?' % re.escape(boundary)))

in MIMEInput.__init__()?


reply