Gjsify LogoGjsify Logo

A List of references, as per the References or In-Reply-To header fields.

record

Hierarchy

  • References

Index

Constructors

Properties

array: object[]

the array of message-id references

field
name: string

Methods

  • append(msgid: string): void
  • Appends a reference to msgid to the list of references.

    Parameters

    • msgid: string

      a message-id string

    Returns void

  • clear(): void
  • free(): void
  • get_message_id(index: number): string
  • Gets the specified Message-Id reference from the #GMimeReferences.

    Parameters

    • index: number

      the index of the message id

    Returns string

  • length(): number
  • set_message_id(index: number, msgid: string): void
  • Sets the specified Message-Id reference from the #GMimeReferences.

    Parameters

    • index: number

      the index of the message id

    • msgid: string

      the message id

    Returns void

  • Decodes a list of msg-ids as in the References and/or In-Reply-To headers defined in rfc822.

    Parameters

    • options: ParserOptions

      a #GMimeParserOptions or %NULL

    • text: string

      string containing a list of msg-ids

    Returns References

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method