I didn't yet fully read thru those issues, but isn't drupal_wrap_mail() for generating plain text format=flowed email messages? It doesn't make any sense to run HTML messages thru drupal_wrap_mail().
BTW if you want to read more about format=flowed, the RFC is here: http://www.ietf.org/rfc/rfc3676.txt --mark On Fri, Oct 8, 2010 at 10:53 AM, Dave Cohen <[email protected]> wrote: > Before drupal sends an email, the content of that email is wrapped to lines > of no more than 77 chars. > > I can't think of a single good reason to do this. I wouldn't use an email > client that did this, and I don't want my drupal to do it either. > > It causes problems: > http://drupal.org/node/348327 > http://drupal.org/node/321026 > > So what am I missing? Can anyone tell me why this "feature" is in there? > > Thanks, > > -Dave >
