commit | 93c40f0c3a9e96f46e51d92c3bfa8ac50012902b | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Jul 09 02:43:47 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Jul 09 02:43:47 2002 +0000 |
tree | 57b8d3172ea65b88a7c5471d7c00ab467a242bc3 | |
parent | ed53bdb02da2a56908f836cafbcaa9cfa2597bad [diff] |
clone(): A new method for creating a clone of this generator (for recursive generation). _dispatch(): If the message object doesn't have a Content-Type: header, check its default type instead of assuming it's text/plain. This makes for correct generation of message/rfc822 containers. _handle_multipart(): We can get rid of the isdigest kludge. Just print the message as normal and everything will work out correctly. _handle_mulitpart_digest(): We don't need this anymore either.