Gjsify LogoGjsify Logo

A MIME part iterator.

record

Hierarchy

  • PartIter

Index

Constructors

Properties

name: string

Methods

  • free(): void
  • Frees the memory allocated by g_mime_part_iter_new().

    Returns void

  • getPath(): string
  • Gets the path of the current #GMimeObject in the MIME structure used to initialize iter.

    Returns string

  • isValid(): boolean
  • jumpTo(path: string): boolean
  • Updates the state of iter to point to the #GMimeObject specified by path.

    Parameters

    • path: string

      a string representing the path to jump to

    Returns boolean

  • next(): boolean
  • Advances to the next part in the MIME structure used to initialize iter.

    Returns boolean

  • prev(): boolean
  • Rewinds to the previous part in the MIME structure used to initialize iter.

    Returns boolean

  • remove(): boolean
  • Removes the #GMimeObject at the current position from its parent. If successful, iter is advanced to the next position (since the current position will become invalid).

    Returns boolean

  • Replaces the #GMimeObject at the current position with replacement.

    Parameters

    Returns boolean

  • reset(): void

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