durusmail: qp: Problems with MIMEInput and boundaries.
Problems with MIMEInput and boundaries.
2009-06-02
Peter Wilkinson
2009-06-03
Binger David
2009-06-03
Peter Wilkinson
2009-06-03
Binger David
2009-06-04
Peter Wilkinson
Problems with MIMEInput and boundaries.
Binger David
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