from django.test import TestCase
class TestMail(TestCase):
def testHandleMessage(self):
# TODO: test me.
pass