I have a mailing list that I would like to have posted to my blog. I use the post by mail settings. WP will check, download and attempt to import the messages, but it barfs on something and never posts anything other than a blank page.
The messages contain both text and text/html sections (multipart-mime).
I know of no way to work around this, but I really need this to work. HELP! The following is a sample of what a message contains (without actually any HTML code included in the HTML section for compatibility here):
This is a multi-part message in MIME format.
--MIMEBoundaryb3bf5c1e8b2dcb0e9d52859f1c65a6e6
Content-Type: text/plain;
charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Begin text message in text. Blah, blah.
--MIMEBoundaryb3bf5c1e8b2dcb0e9d52859f1c65a6e6
Content-Type: text/html;
charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
HTML
HEAD /HEAD
BODY
--MIMEBoundaryb3bf5c1e8b2dcb0e9d52859f1c65a6e6--