Results for “Std.Mail.Address”
8 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Mail.Address
Somewhere a message goes, checked.
- Std.Mail.address
Str -> Result[Std.Mail.Address, Std.Mail.MailError]An address, checked.
- Std.Mail.addressText
&Std.Mail.Address -> StrHow an address is written.
- Std.Mail.andTo
&Std.Mail.Message -> &Std.Mail.Address -> Std.Mail.MessageThe same, with one more recipient.
- Std.Mail.copying
&Std.Mail.Message -> &Std.Mail.Address -> Std.Mail.MessageThe same, copying somebody the others can see.
- Std.Mail.copyingBlind
&Std.Mail.Message -> &Std.Mail.Address -> Std.Mail.MessageThe same, copying somebody the others cannot see.
- Std.Mail.envelope
&Std.Mail.Message -> Array[Std.Mail.Address]Every address a server must be given, which is not the same list the
- Std.Mail.message
&Std.Mail.Address -> &Std.Mail.Address -> Str -> Str -> Result[Std.Mail.Message, Std.Mail.MailError]A message from somebody to somebody, about something.
