Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

abortNotifications?: boolean

Flag, whether the info is currently aborting notifications. It is used to avoid unnecessary 'folder-flagged' and 'dirty' flags changes and also to avoid associated folder's "changed" signal. f

cc?: string

CC address of the associated message.

dateReceived?: number

Received date of the associated message.

dateSent?: number

Sent Date of the associated message.

dirty?: boolean

Flag, whether the info is changed and requires save to disk. Compare with CamelMessageInfo:folder-flagged

Bit-or of #CamelMessageFlags.

folderFlagged?: boolean

Flag, whether the info is changed and requires save to the destination store/server. This is different from the CamelMessageInfo:dirty, which takes care of the local information only.

from?: string

From address of the associated message.

headers?: NameValueArray

Headers of the associated message. Can be %NULL.

messageId?: number

Encoded Message-ID of the associated message as a guint64 number, partial MD5 sum. The value can be cast to #CamelSummaryMessageID.

mlist?: string

Mailing list address of the associated message.

preview?: string

Body preview of the associated message. Can be %NULL.

references?: object[]

Encoded In-Reply-To and References headers of the associated message as an array of guint64 numbers, partial MD5 sums. Each value can be cast to #CamelSummaryMessageID.

size?: number

Size of the associated message.

subject?: string

Subject of the associated message.

summary?: FolderSummary

The #CamelFolderSummary to which the message info belongs, or %NULL. It can be set only during construction of the object.

to?: string

To address of the associated message.

uid?: string

A unique ID of the message in its folder.

userFlags?: NamedFlags

User flags for the associated message. Can be %NULL. Unlike user-tags, which can contain various values, the user-flags can only be set or not.

userHeaders?: NameValueArray

User-defined headers of the associated message. Can be %NULL.

userTags?: NameValueArray

User tags for the associated message. Can be %NULL. Unlike user-flags, which can be set or not, the user-tags can contain various values.

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