Class Tools.PEM.EncapsulatedMsg
- Description
Represents an encapsulated message.
- Variable body
stringTools.PEM.EncapsulatedMsg.body- Description
Contains the raw message body. Access through decoded_body to get the decoded message.
- Variable boundary
stringTools.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.