Module rfc822 :: Class AddressList
[hide private]
[frames] | no frames]

Class AddressList

AddrlistClass --+
                |
               AddressList

An AddressList encapsulates a list of parsed RFC 2822 addresses.

Instance Methods [hide private]
 
__init__(self, field)
Initialize a new instance.
 
__len__(self)
 
__str__(self)
 
__add__(self, other)
 
__iadd__(self, other)
 
__sub__(self, other)
 
__isub__(self, other)
 
__getitem__(self, index)

Inherited from AddrlistClass: getaddress, getaddrlist, getaddrspec, getatom, getcomment, getdelimited, getdomain, getdomainliteral, getphraselist, getquote, getrouteaddr, gotonext

Method Details [hide private]

__init__(self, field)
(Constructor)

 

Initialize a new instance.

`field' is an unparsed address header field, containing one or more addresses.

Overrides: AddrlistClass.__init__
(inherited documentation)