view emaildispatcher/handlers.py @ 0:bbcc528508f1

initial stub for emaildispatcher framework; ultimately, this should be written in lamson but dont have the patience to learn it today
author k0s <k0scist@gmail.com>
date Wed, 30 Dec 2009 22:46:56 -0500
parents
children 2c76525ce80b
line wrap: on
line source

class Images(object):
    "extract images from an email message"
    
    def __init__(self, directory):
        self.directory = directory

    def __call__(self, message):
        import pdb; pdb.set_trace()