about summary refs log tree commit diff
path: root/imap.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-10 14:49:26 -0400
committerJune McEnroe <june@causal.agency>2020-04-10 14:49:26 -0400
commit74125df122a82574b751fefaffe6d76982527a80 (patch)
tree539c73707327d7b12b03288f6cfd9e09ce4810e7 /imap.h
parentUse dataCheck in parsing (diff)
downloadbubger-74125df122a82574b751fefaffe6d76982527a80.tar.gz
bubger-74125df122a82574b751fefaffe6d76982527a80.zip
Move extra atoms into the predefined enum
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 {