Class Tools.PEM.EncapsulatedMsg
- Description
Represents an encapsulated message.
- Variable body
string
Tools.PEM.EncapsulatedMsg.body- Description
Contains the raw message body. Access through decoded_body to get the decoded message.
- Variable boundary
string
Tools.PEM.EncapsulatedMsg.boundary- Description
Contains the raw boundary string. Access through get_boundary to get the decoded boundary string.
- Variable headers
mapping
(string
:string
) Tools.PEM.EncapsulatedMsg.headers- Description
Contains the message headers, or
0
.