type
EmailPart
src
@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. |