Interface ImapMailboxStatus

Export

Interface

ImapMailboxStatus

Hierarchy

  • ImapMailboxStatus

Properties

appendLimit?: number

Per-mailbox limit of message size. Set only if server supports the APPENDLIMIT extension

Memberof

ImapMailboxStatus

flags: string[]

The mailbox flags.

Memberof

ImapMailboxStatus

items: object

Results map

Memberof

ImapMailboxStatus

messages: number

The number of messages in this mailbox.

Memberof

ImapMailboxStatus

name: string

The mailbox name.

Memberof

ImapMailboxStatus

permanentFlags: string[]

The mailbox permanent flags.

Memberof

ImapMailboxStatus

readOnly: boolean

True if the mailbox is open in read-only mode.

Memberof

ImapMailboxStatus

recent: number

The number of messages not seen since the last time the mailbox was opened.

Memberof

ImapMailboxStatus

uidNext: number

The next UID.

Memberof

ImapMailboxStatus

uidValidity: number

Together with a UID, it is a unique identifier for a message. Must be greater than or equal to 1.

Memberof

ImapMailboxStatus

unseen: number

The number of unread messages.

Memberof

ImapMailboxStatus

unseenSeqNum: number

The sequence number of the first unseen message in the mailbox.

Memberof

ImapMailboxStatus