Denormalize accounts before trying to send e-mail
Otherwise accounts that are in the auth domain are not a valid e-mail
address.
Patch by: Sverre Rabbelier
from query import *from subqueries import *from where import AND, ORfrom datastructures import EmptyResultSet__all__ = ['Query', 'AND', 'OR', 'EmptyResultSet']