sys::Obj email::EmailPart email::TextPart
TextPart is used to model email parts with a text MIME type. The default is "text/plain".
virtual override Void encode(OutStream out)
Encode as a MIME message according to RFC 822.
new make()
Construct with default type of "text/plain".
Str text := ""
Text body of the email part.
virtual override Void validate()
Validate this part - throw Err if not configured correctly:
email 1.0.82∙26-Jun-2025 Thu 13:18:43 EDT