gmime.multipart_signed

Module for [MultipartSigned] class

Types 3

A multipart/signed MIME part.

Methods
GType _gType() @property
MultipartSigned self()Returns `this`, for use in `with` statements.
MultipartSignedGidBuilder builder()Get builder for [gmime.multipart_signed.MultipartSigned] Returns: New builder object
gmime.multipart_signed.MultipartSigned sign(gmime.crypto_context.CryptoContext ctx, gmime.object.ObjectWrap entity, string userid)Attempts to sign the content MIME part with userid's private key using the ctx signing context. If successful, a new multipart/signed object is returned.
gmime.signature_list.SignatureList verify(gmime.types.VerifyFlags flags)Attempts to verify the signed MIME part contained within the multipart/signed object mps.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new MIME multipart/signed object. Returns: an empty MIME multipart/signed object.

Fluent builder for [gmime.multipart_signed.MultipartSigned]