| Jon Stewart on Wed, 1 Dec 2004 18:18:52 -0600 (CST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| [nimh-dev] just how easy it is |
#! /usr/bin/env python import email path = "2944" # path to mail file f = open(path, 'r') msg = email.message_from_file(f) print path + " " + msg['Date'] + " " + msg['From'] + " " + msg['Subject'] -- Jon Stewart Advanced Los Angeles C++ stew1@xxxxxxxxxxx http://www.alacpp.org _______________________________________________ nimh-dev mailing list nimh-dev@xxxxxxxxxxx http://lists.ellipsis.cx/mailman/listinfo/nimh-dev