Creates a new MIME message/partial object.
Gets the message/partial id parameter value.
Gets the message/partial part number.
Gets the total number of message/partial parts needed to reconstruct the original message.
Returns this, for use in with statements.
Get builder for gmime.message_partial.MessagePartial
Reconstructs the GMimeMessage from the given message/partial parts in partials.
Returns this, for use in with statements.
Get builder for gmime.part.Part
Creates a new MIME Part with a sepcified type.
Calculates the most efficient content encoding for the mime_part given the constraint.
Gets the internal data-wrapper of the specified mime part, or null on error.
Gets the value of the Content-Description for the specified mime part if it exists or null otherwise.
Gets the content encoding of the mime part.
Gets the content-id of the specified mime part if it exists, or null otherwise.
Gets the value of the Content-Location header if it exists, or null otherwise.
Gets the md5sum contained in the Content-Md5 header of the specified mime part if it exists, or null otherwise.
Gets the filename of the specificed mime part, or null if the mime_part does not have the filename or name parameter set.
Gets whether or not (and what type) of OpenPGP data is contained within the #GMimePart.
Determines whether or not the part is an attachment based on the value of the Content-Disposition header.
Decrypts the content of the mime_part and then replaces the content with the new, decrypted, content.
Encrypts (and optionally signs) the content of the mime_part and then replaces the content with the new, encrypted, content.
Signs the content of the mime_part and then replaces the content with the new, signed, content.
Verifies the OpenPGP signature of the mime_part and then replaces the content with the original, raw, content.
Sets the content on the mime part.
Set the content description for the specified mime part.
Set the content encoding for the specified mime part.
Set the content id for the specified mime part.
Set the content location for the specified mime part.
Set the content md5 for the specified mime part.
Sets the "filename" parameter on the Content-Disposition and also sets the "name" parameter on the Content-Type.
Sets whether or not (and what type) of OpenPGP data is contained within the #GMimePart.
Verify the content md5 for the specified mime part.
A message/partial MIME part.