R. David Murray writes:

 > put Header objects into it.  I don't think the "overhead" of
 > having to do
 > 
 >      message['Subject'] = Header('subject string')

Hm.  Should a Header know which header it is?  Ie, should that be

    message['Subject'] = Header('subject', 'subject string')

?  (I assume you would be less than in love with having the assignment
magically stuffing "Subject" into the Header as it gets assigned.)
_______________________________________________
Email-SIG mailing list
Email-SIG@python.org
Your options: 
http://mail.python.org/mailman/options/email-sig/archive%40mail-archive.com

Reply via email to