Results for “Std.Mail.message”
13 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Mail.Message
A message a program sends.
- 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.
- Std.Mail.Smtp.deliver
&Std.Mail.Smtp.SmtpClient -> &Std.Mail.Message -> Result[Int, Std.Mail.Smtp.SmtpError]Delivers a message to the target SMTP relay and returns the count of accepted envelope recipients.
- 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.hasBlindCopies
&Std.Mail.Message -> BoolWhether anybody is copied without the others knowing.
- Std.Mail.headers
&Std.Mail.Message -> Array[(Str, Str)]The headers a message carries.
- Std.Mail.recipientCount
&Std.Mail.Message -> IntHow many people a message reaches.
- Std.Mail.render
&Std.Mail.Message -> StrWhat goes on the wire.
- Std.Mail.renderChecked
&Std.Mail.Message -> Result[Str, Std.Mail.MailError]Validate public records again at the outbound boundary.
- Std.Mail.sendable
&Std.Mail.Message -> Result[(), Std.Mail.MailError]Whether a message can be sent at all.
