Home | Trees | Indices | Help |
|
---|
|
object --+ | message.BaseMessage --+ | WrappedMessage
This is a wrapper for arbitrary messages so you can send RFC822 messages that were previously assembled (e.g. read from the filesystem).
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
envelope_sender Returns the address of the envelope sender address (SMTP from). |
|||
id Get an ID for the message which is used for logging. |
|||
email_msg Return an email.Message built from the current message. |
|||
recipients | |||
Inherited from Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Reset cached values if new ones are set.
|
str(x)
|
|
envelope_senderReturns the address of the envelope sender address (SMTP from).
|
idGet an ID for the message which is used for logging. The idea is to use the message id if it is available, otherwise a generated message id.
|
email_msgReturn an email.Message built from the current message. Please note that updating properties in the returned Message will not update the real message content (msg). If you change the message content, a previously returned Message from this method will not be updated, instead a new Message instance will be returned if you call this method again.
|
recipients
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri May 28 17:01:39 2010 | http://epydoc.sourceforge.net |