gmime.signature_list
Module for [SignatureList] class
Types 3
A collection of #GMimeSignature objects.
Methods
SignatureListGidBuilder builder() static nothrowGet builder for [gmime.signature_list.SignatureList] Returns: New builder objectbool contains(gmime.signature.Signature sig) nothrowChecks whether or not the specified #GMimeSignature is contained within the #GMimeSignatureList.gmime.signature.Signature getSignature(int index) nothrowGets the #GMimeSignature at the specified index.int indexOf(gmime.signature.Signature sig) nothrowGets the index of the specified #GMimeSignature inside the #GMimeSignatureList.void insert(int index, gmime.signature.Signature sig) nothrowInserts a #GMimeSignature into the #GMimeSignatureList at the specified index.int length() nothrowGets the length of the list. Returns: the number of #GMimeSignature objects in the list.bool remove(gmime.signature.Signature sig) nothrowRemoves a #GMimeSignature from the #GMimeSignatureList.bool removeAt(int index) nothrowRemoves a #GMimeSignature from the #GMimeSignatureList at the specified index.void setSignature(int index, gmime.signature.Signature sig) nothrowSets the #GMimeSignature at the specified index to sig.Fluent builder implementation template for gmime.signature_list.SignatureList
Fluent builder for gmime.signature_list.SignatureList
Methods