[Email-SIG] API for Header objects [was: Dropping bytes "support" in json]

R. David Murray rdmurray at bitdance.com
Fri Apr 17 19:32:11 CEST 2009


On Fri, 17 Apr 2009 at 13:26, Tony Nelson wrote:
> At 00:13 +0900 04/18/2009, Stephen J. Turnbull wrote:
>> 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')
> ...
>
> How about:
>
>    message['Subject'] = 'subject string'
>    message['To'] = ('joe', 'joe123 at foo.com')

Like I said, personally I find that too magical for my tastes.

--David


More information about the Email-SIG mailing list