Home | Trees | Indices | Help |
|
---|
|
object --+ | BaseMessage --+ | Message
Simple e-mail message class.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
author | |||
bcc | |||
cc | |||
disposition | |||
reply_to | |||
sender | |||
authors | |||
id | |||
envelope_sender Returns the address of the envelope sender address (SMTP from, if not set the sender, if this one isn't set too, the author). |
|||
recipients | |||
mime Produce the final MIME message. |
|||
replyto | |||
Inherited from Inherited from |
|
Instantiate a new Message object. No arguments are required, as everything can be set using class properties. Alternatively, everything can be set using the constructor, using named arguments. The first three positional arguments can be used to quickly prepare a simple message.
|
Set the dirty flag as properties are updated.
|
str(x)
|
Attach an on-disk image file and prepare for HTML embedding. This method should only be used to embed images.
|
|
author
|
bcc
|
cc
|
disposition
|
reply_to
|
sender
|
authors
|
id
|
envelope_senderReturns the address of the envelope sender address (SMTP from, if not set the sender, if this one isn't set too, the author).
|
recipients
|
mimeProduce the final MIME message.
|
replyto
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun May 16 11:56:42 2010 | http://epydoc.sourceforge.net |