aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPMessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/imap/MCOIMAPMessage.h')
-rw-r--r--src/objc/imap/MCOIMAPMessage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/objc/imap/MCOIMAPMessage.h b/src/objc/imap/MCOIMAPMessage.h
index 7ca40b9e..8e2e1c27 100644
--- a/src/objc/imap/MCOIMAPMessage.h
+++ b/src/objc/imap/MCOIMAPMessage.h
@@ -34,6 +34,10 @@
/** IMAP UID of the message. */
@property (nonatomic, assign) uint32_t uid;
+/** IMAP sequence number of the message.
+ @warning *Important*: This property won't be serialized. */
+@property (nonatomic, assign) uint32_t sequenceNumber;
+
/* Size of the entire message */
@property (nonatomic, assign) uint32_t size;