Skip to content

Instantly share code, notes, and snippets.

@seajosh
seajosh / email_hello_world.py
Created November 19, 2012 04:44
the 'hello, world' of email processing
#!/usr/bin/env python2.7
# the 'hello, world' of email processing
# open an mbox data file and print the email body
# example mbox files => http://pig.apache.org/mail/user/
# mbox => http://en.wikipedia.org/wiki/Mbox
import mailbox