Gjsify LogoGjsify Logo

A MIME part iterator.

record

Hierarchy

  • PartIter

Index

Constructors

Properties

name: string

Methods

  • free(): void
  • get_path(): string
  • is_valid(): boolean
  • jump_to(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
  • prev(): 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

  • 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