Inherits from NSObject
Conforms to NSCopying
Declared in MCOIMAPFolderStatus.h
MCOIMAPFolderStatus.mm

Tasks

Properties

highestModSeqValue

Highest modification sequence value for this folder. See CONDSTORE RFC 4551.

@property (nonatomic, assign) uint64_t highestModSeqValue

Declared In

MCOIMAPFolderStatus.h

messageCount

Number of messages in the folder

@property (nonatomic, assign) uint32_t messageCount

Declared In

MCOIMAPFolderStatus.h

recentCount

Number of recent messages received in the folder

@property (nonatomic, assign) uint32_t recentCount

Declared In

MCOIMAPFolderStatus.h

uidNext

The folder’s IMAP UIDNEXT value. Used to determine the uid for the next received message.

@property (nonatomic, assign) uint32_t uidNext

Declared In

MCOIMAPFolderStatus.h

uidValidity

The folders IMAP UIDVALIDITY value. Must be used to determine if the server has changed assigned UIDs

@property (nonatomic, assign) uint32_t uidValidity

Declared In

MCOIMAPFolderStatus.h

unseenCount

Number of unseen messages in the folder

@property (nonatomic, assign) uint32_t unseenCount

Declared In

MCOIMAPFolderStatus.h