MCOIMAPFolderInfo Class Reference
Inherits from | NSObject |
Conforms to | NSCopying |
Declared in | MCOIMAPFolderInfo.h MCOIMAPFolderInfo.mm |
Tasks
-
uidNext
property -
uidValidity
property -
modSequenceValue
property -
messageCount
property -
allowsNewPermanentFlags
property
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