gmime.message_partial
Module for [MessagePartial] class
Types 3
classMessagePartial : gmime.part.Part
A message/partial MIME part.
Methods
MessagePartialGidBuilder builder() static nothrowGet builder for [gmime.message_partial.MessagePartial] Returns: New builder objectgmime.message.Message reconstructMessage(gmime.message_partial.MessagePartial[] partials) static nothrowReconstructs the GMimeMessage from the given message/partial parts in partials.string getId() nothrowGets the message/partial id parameter value. Returns: the message/partial id or null on fail.int getNumber() nothrowGets the message/partial part number. Returns: the message/partial part number or %-1 on fail.int getTotal() nothrowGets 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 implementation template for gmime.message_partial.MessagePartial
Fluent builder for gmime.message_partial.MessagePartial
Methods