@Serializable {
simple=false
collection=false
}
Slots
- encodeSource
-
virtual Void encode(OutStream out)
Encode as a MIME message according to RFC 822. The base class encodes the headers - subclasses should override to call super and then encode the part's content.
- headersSource
-
Map of headers. The header map is case insensitive.
- validateSource
-
virtual Void validate()
Validate this part - throw Err if not configured correctly.