Returns this, for use in with statements.
Attempts to verify the signed MIME part contained within the multipart/signed object mps.
Get builder for gmime.multipart_signed.MultipartSigned
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.
Returns this, for use in with statements.
Get builder for gmime.multipart.Multipart
Creates a new MIME multipart object with a content-type of multipart/subtype.
Appends a mime part to multipart.
Removes all subparts from multipart.
Checks if part is contained within multipart.
Recursively calls callback on each of multipart's subparts.
Gets the boundary on the multipart. If the internal boundary is null, then an auto-generated boundary will be set on the multipart and returned.
Gets the number of parts contained within multipart.
Gets the epilogue on the multipart.
Gets the part at the specified index within the multipart.
Gets the prologue on the multipart.
Gets the mime part with the content-id content_id from the multipart multipart.
Gets the 0-based index of part within multipart.
Inserts part into multipart at the specified index.
Removes the specified part from multipart.
Removes the part at the specified index from multipart.
Replaces the part at the specified index within multipart with replacement.
Sets boundary as the boundary on the multipart. If boundary is null, then a boundary will be auto-generated for you.
Sets the epilogue on the multipart.
Sets the prologue on the multipart.
A multipart/signed MIME part.