class documentation

class NotImplementedDelivery: (source)

View In Hierarchy

Non-implementation of smtp.IMessageDelivery which only has methods which raise NotImplementedError. Subclassed by various tests to provide the particular behavior being tested.

Method receivedHeader Undocumented
Method validateFrom Undocumented
Method validateTo Undocumented
def receivedHeader(self, helo, origin, recipients): (source)

Undocumented

def validateFrom(self, helo, origin): (source)

Undocumented

def validateTo(self, user): (source)

Undocumented