[BUG] BFAV multiple To: headers

Frank Shearar frank.shearar at rnid.org.uk
Tue Jun 29 13:38:20 UTC 2004


> >>> "Ned Konz" 06/29/04 14:15 >>>
> 
> 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.

Cool. I'll whip something up quickly and submit it as a ChangeSet.

frank




More information about the Squeak-dev mailing list