about summary refs log tree commit diff
path: root/imap.h
diff options
context:
space:
mode:
Diffstat (limited to 'imap.h')
-rw-r--r--imap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/imap.h b/imap.h
index a7b4b64..f3ca668 100644
--- a/imap.h
+++ b/imap.h
@@ -52,6 +52,12 @@
 	X(AtomRecent, "RECENT") \
 	X(AtomExpunge, "EXPUNGE") \
 	X(AtomFetch, "FETCH") \
+	X(AtomThread, "THREAD") \
+	X(AtomUID, "UID") \
+	X(AtomEnvelope, "ENVELOPE") \
+	X(AtomBody, "BODY") \
+	X(AtomHeaderFields, "HEADER.FIELDS") \
+	X(AtomText, "TEXT") \
 	X(AtomUntagged, "*")
 
 enum Atom {