Package turbomail :: Module message :: Class BaseMessage
[hide private]
[frames] | no frames]

Class BaseMessage

source code

object --+
         |
        BaseMessage
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, smtp_from=None, to=None, kw=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_warn_about_deprecated_property(self, deprecated_name, new_name) source code
 
get_recipient(self) source code
 
get_smtpfrom(self) source code
 
kwpop(self, kw, name, configkey=None, default=None, old_configkey=None) source code
 
merge_if_set(self, kw, value, name) source code
 
pop_deprecated(self, kw, new_name, deprecated_name, value=None) source code
 
send(self) source code
 
set_recipient(self, recipient) source code
 
set_smtpfrom(self, smtpfrom) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  recipient
  smtp_from
  smtpfrom
  to

Inherited from object: __class__

Method Details [hide private]

__init__(self, smtp_from=None, to=None, kw=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

recipient

Get Method:
get_recipient(self)
Set Method:
set_recipient(self, recipient)

smtp_from

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, value)
Delete Method:
unreachable.fdel(self)

smtpfrom

Get Method:
get_smtpfrom(self)
Set Method:
set_smtpfrom(self, smtpfrom)

to

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, value)
Delete Method:
unreachable.fdel(self)