Added Command and Message classes, and use new flexibility in
send_pgp_mime.py.
Attach the email.Message root_part to the email.Message header
without generating a multi-part message.
"""
- for k,v in self.header.items():
+ for k,v in header.items():
root_part[k] = v
return root_part
+ resent_ccs + resent_bccs)
return [addr[1] for addr in all_recipients]
-class EncryptedMessageFactory (object):
+class PGPMimeMessageFactory (object):
"""
See http://www.ietf.org/rfc/rfc3156.txt for specification details.
>>> from_addr = "me@big.edu"