danbert2000 has uploaded a patch.
Description:
My last patch that fixed formatting for plaintext emails missing the quoted printable line delimiters has some issues. I have fixed it again and tested on a few plaintext emails that I was having problems with. Somehow an equals sign made it into my fix ("=\r\n" instead of "\r\n"). I don't think that's right, since this is the step where '=' is being stripped from the raw message.