type
EmailPart
@Serializable
abstract class EmailPart : Obj
EmailPart is the base class for parts within a multipart MIME document.
fields
| headers |
Map of headers. |
|---|
methods
| encode |
Encode as a MIME message according to RFC 822. |
|---|---|
| validate |
Validate this part - throw Err if not configured correctly. |
Slot Details
encode
headers
validate
virtual Void validate()
Validate this part - throw Err if not configured correctly.