Query: net::dns::mailbox
OS: osx
Section: 3
Links: osx man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Net::DNS::Mailbox(3) User Contributed Perl Documentation Net::DNS::Mailbox(3)NAMENet::DNS::Mailbox - DNS mailbox representationSYNOPSISuse Net::DNS::Mailbox; $mailbox = new Net::DNS::Mailbox('user@example.com'); $address = $mailbox->address;DESCRIPTIONThe Net::DNS::Mailbox module implements a subclass of DNS domain name objects representing the DNS coded form of RFC822 mailbox address.METHODSnew $mailbox = new Net::DNS::Mailbox('John.Doe@example.com'); $mailbox = new Net::DNS::Mailbox('John Doe <j.doe@example.com>'); Creates a mailbox object which represents the DNS domain encoded form of the mail address specified by the character string argument. The argument string consists of printable characters from the 7-bit ASCII repertoire. address $address = $mailbox->address; Returns a character string corresponding to the RFC822 form of mailbox address of the domain as described in RFC1035 section 8. The string consists of printable characters from the 7-bit ASCII repertoire.DOMAIN NAME COMPRESSION AND CANONICALISATIONThe Net::DNS::Mailbox1035 and Net::DNS::Mailbox2535 subclass packages implement RFC1035 domain name compression and RFC2535 canonicalisation.COPYRIGHTCopyright (c)2009,2010 Dick Franks. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.SEE ALSOperl, Net::DNS, Net::DNS::DomainName, RFC822, RFC1035, RFC5322 perl v5.16.2 2012-01-27 Net::DNS::Mailbox(3)
Related Man Pages |
---|
net::dns::mailbox5.18(3) - mojave |
net::dns::rr::eui645.18(3) - mojave |
net::dns::domainname5.18(3) - mojave |
net::dns::domainname(3) - osx |
net::dns::domain(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
DNS not resolving |
SunBlade 2000 |
DNS for linux RedHat |
add the linux host to DNS |
DNS flush is not working |