t.n.d.Record_MINFO(tputil.FancyEqMixin, tputil.FancyStrMixin) : class documentation

Part of twisted.names.dns View Source View In Hierarchy

Mailbox or mail list information.

This is an experimental record type.

Instance Variable rmailbx A domain-name which specifies a mailbox which is responsible for the mailing list or mailbox. If this domain name names the root, the owner of the MINFO RR is responsible for itself. (type: Name)
Instance Variable emailbx A domain-name which specifies a mailbox which is to receive error messages related to the mailing list or mailbox specified by the owner of the MINFO record. If this domain name names the root, errors should be returned to the sender of the message. (type: Name)
Instance Variable ttl The maximum number of seconds which this record should be cached. (type: int)
Method __init__ Undocumented
Method encode Undocumented
Method decode Undocumented
Method __hash__ Undocumented

Inherited from FancyEqMixin:

Method __eq__ Undocumented
Method __ne__ Undocumented

Inherited from FancyStrMixin:

Method __str__ Undocumented
rmailbx =
A domain-name which specifies a mailbox which is responsible for the mailing list or mailbox. If this domain name names the root, the owner of the MINFO RR is responsible for itself. (type: Name)
emailbx =
A domain-name which specifies a mailbox which is to receive error messages related to the mailing list or mailbox specified by the owner of the MINFO record. If this domain name names the root, errors should be returned to the sender of the message. (type: Name)
ttl =
The maximum number of seconds which this record should be cached. (type: int)
def __init__(self, rmailbx='', emailbx='', ttl=None): (source)
Undocumented
def encode(self, strio, compDict=None): (source)
Undocumented
def decode(self, strio, length=None): (source)
Undocumented
def __hash__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.