Home | History | Annotate | Download | only in email

Lines Matching refs:payload

174         payload = msg.get_payload()

175 if payload is None:
177 if not isinstance(payload, basestring):
178 raise TypeError('string payload expected: %s' % type(payload))
180 payload = fcre.sub('>From ', payload)
181 self._fp.write(payload)
189 # present in the payload.
199 # Scalar payload
271 # The payload of a message/rfc822 part should be a multipart sequence
280 payload = msg.get_payload()
281 if isinstance(payload, list):
283 payload = s.getvalue()
284 self._fp.write(payload)
302 type `text', then it prints the decoded payload of the subpart.
305 payload. fmt is expanded with the following keywords (in