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

Properties

allowsNewPermanentFlags

An boolean indicates that this folder or IMAP server allows to add a new permanent flags

@property (nonatomic, assign) BOOL allowsNewPermanentFlags

Declared In

MCOIMAPFolderInfo.h

messageCount

Total number of messages in the folder

@property (nonatomic, assign) int messageCount

Declared In

MCOIMAPFolderInfo.h

modSequenceValue

An advanced value used for doing quick flag syncs if the server supports it. The MODSEQ value.

@property (nonatomic, assign) uint64_t modSequenceValue

Declared In

MCOIMAPFolderInfo.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

MCOIMAPFolderInfo.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

MCOIMAPFolderInfo.h