Gjsify LogoGjsify Logo

Issues the GMimeParser detects. Note that the GMIME_CRIT_* issues indicate that some parts of the GMimeParser input may be ignored or will be interpreted differently by other software products.

Index

Enumeration Members

CRIT_CONFLICTING_HEADER: number

Conflicting header.

CRIT_CONFLICTING_PARAMETER: number

Conflicting header parameter.

CRIT_INVALID_HEADER_NAME: number

Invalid header name, the parser may skip the message or parts of it.

CRIT_MULTIPART_WITHOUT_BOUNDARY: number

A multipart lacks the required boundary parameter.

CRIT_NESTING_OVERFLOW: number

The maximum MIME nesting level has been exceeded. This is very likely to be an attempt to exploit the MIME parser.

CRIT_PART_WITHOUT_HEADERS_OR_CONTENT: number

A MIME part was encountered without any headers -or- content. This is very likely to be an attempt to exploit the MIME parser.

WARN_DUPLICATED_HEADER: number

Repeated exactly the same header which should exist only once.

WARN_DUPLICATED_PARAMETER: number

Repeated exactly the same header parameter.

WARN_INVALID_ADDRESS_LIST: number

Invalid address list.

WARN_INVALID_CONTENT_TYPE: number

Invalid content type, assuming application/octet-stream.

WARN_INVALID_PARAMETER: number

Invalid header parameter.

WARN_INVALID_RFC2047_HEADER_VALUE: number

Invalid RFC 2047 encoded header value.

WARN_MALFORMED_MESSAGE: number

The message is malformed.

WARN_MALFORMED_MULTIPART: number

No child parts detected within a multipart.

WARN_PART_WITHOUT_CONTENT: number

A MIME part's headers were terminated by a boundary marker.

WARN_TRUNCATED_MESSAGE: number

The message is truncated.

WARN_UNENCODED_8BIT_HEADER: number

A header contains unencoded 8-bit characters.

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