[BUG] BFAV multiple To: headers

Ned Konz ned at bike-nomad.com
Tue Jun 29 13:15:47 UTC 2004


On Tuesday 29 June 2004 6:08 am, Frank Shearar wrote:
> Which means that MailMessage should ensure there's only one To header (and
> so on), surely? So if you wanted to send a MailMessage to foo, bar and baz,
> I'd imagine we'd want to do something like
>
>   mailmsg addRecipient: 'foo'; addRecipient: 'bar'; addRecipient: 'baz'
>
> or
>
>   mailmsg addRecipients: #('foo' 'bar' 'baz').

I think that's right. And it should result in a single To: line.

-- 
Ned Konz
http://bike-nomad.com




More information about the Squeak-dev mailing list