gmime.message_partial
Module for [MessagePartial] class
Types 3
classMessagePartial : gmime.part.Part
A message/partial MIME part.
Methods
MessagePartial self()Returns `this`, for use in `with` statements.MessagePartialGidBuilder builder()Get builder for [gmime.message_partial.MessagePartial] Returns: New builder objectgmime.message.Message reconstructMessage(gmime.message_partial.MessagePartial[] partials)Reconstructs the GMimeMessage from the given message/partial parts in partials.string getId()Gets the message/partial id parameter value. Returns: the message/partial id or null on fail.int getNumber()Gets the message/partial part number. Returns: the message/partial part number or %-1 on fail.int getTotal()Gets the total number of message/partial parts needed to reconstruct the original message. Returns: the total number of message/partial parts needed to reconstruct the original message or -1 on fail.Fluent builder for [gmime.message_partial.MessagePartial]
Methods