This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Created on Sep 11, 2012 | |
@author: bpgergo | |
''' | |
import mail_checker_conf | |
import poplib | |
from email import parser | |
from itertools import imap, ifilter, tee | |
from email.utils import parsedate |