gmime.signature_list

Module for [SignatureList] class

Types 3

A collection of #GMimeSignature objects.

Methods
GType _gType() @property
SignatureList self()Returns `this`, for use in `with` statements.
SignatureListGidBuilder builder()Get builder for [gmime.signature_list.SignatureList] Returns: New builder object
int add(gmime.signature.Signature sig)Adds a #GMimeSignature to the #GMimeSignatureList.
void clear()Clears the list of addresses.
bool contains(gmime.signature.Signature sig)Checks whether or not the specified #GMimeSignature is contained within the #GMimeSignatureList.
gmime.signature.Signature getSignature(int index)Gets the #GMimeSignature at the specified index.
int indexOf(gmime.signature.Signature sig)Gets the index of the specified #GMimeSignature inside the #GMimeSignatureList.
void insert(int index, gmime.signature.Signature sig)Inserts a #GMimeSignature into the #GMimeSignatureList at the specified index.
int length()Gets the length of the list. Returns: the number of #GMimeSignature objects in the list.
bool remove(gmime.signature.Signature sig)Removes a #GMimeSignature from the #GMimeSignatureList.
bool removeAt(int index)Removes a #GMimeSignature from the #GMimeSignatureList at the specified index.
void setSignature(int index, gmime.signature.Signature sig)Sets the #GMimeSignature at the specified index to sig.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GMimeSignatureList. Returns: a new #GMimeSignatureList.

Fluent builder for [gmime.signature_list.SignatureList]