type
MultiPart
src
@Serializable
class MultiPart : EmailPart
MultiPart is used to model a multipart MIME type. The default is "multipart/mixed".
constructors
make |
Construct with default type of "multipart/mixed". |
---|
fields
parts |
The sub-parts of this multipart. |
---|
methods
encode |
Encode as a MIME message according to RFC 822. |
---|---|
validate |
Validate this part - throw Err if not configured correctly |
Slot Details
encode
make
src
new make()
Construct with default type of "multipart/mixed".