gmime.multipart_signed

Module for [MultipartSigned] class

Types 3

A multipart/signed MIME part.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
MultipartSigned self() nothrowReturns `this`, for use in `with` statements.
MultipartSignedGidBuilder builder() static nothrowGet 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) staticAttempts 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.
Methods
MultipartSigned build() nothrowCreate object from builder. Returns: New object