<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>I've tried to use replacebody(), but the final result is an empty message while displayed even though the email is there.  I've even saved the email to a file.<br><br></div><div>pyl = []<br></div>for part in msg.walk():<br></div>    if part.is_multipart():<br></div>        pass<br></div>     else:<br></div>        py = part.get_payload()<br></div><div>        py += "\r\n  Processed by me\r\n"<br></div>        pyl.append(py)<br><br></div>self.replacebody("\r\n".join(pyl))<br><br></div>Is there something I'm missing?<br><br></div>Thanks<br><br></div>Ed<br></div>