Below is a sample email that was exported from an old email client to HTML format. What can I do to have it nicely import into The Bat? I tried the /IMPORT command but the none of the headers would populate, and the message body would only include the closing Body & HTML tags.
Thank you.
Thank you.
| Code |
|---|
<html> <head> </head> <body> <table border=0 cellspacing=0 cellpadding=0 width="100%" class="header-part1"><tr><td><b>Subject: </b>My Subject</td></tr> <tr><td><b>From: </b>"John Doe" <jdoe@school.edu></td></tr> <tr><td><b>Date: </b>Mon, 4 Oct 2004 13:21:38 -0400</td></tr></table> <table border=0 cellspacing=0 cellpadding=0 width="100%" class="header-part2"><tr><td><b>To: </b>"Jane Doe" <jdoe@school.com></td></tr></table><br> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; "> <META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=017042117-03102004><FONT face=Arial size=2>This is the email body.</FONT></SPAN></DIV> </BODY></HTML> </body> </html> |