about summary refs log tree commit diff
path: root/imap.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-14 21:19:00 -0400
committerJune McEnroe <june@causal.agency>2020-04-14 21:19:00 -0400
commit80191306f44ab262c83b354d2e4442e807249aeb (patch)
tree4dbb0dd3102461a3ad728cd07fb80b0ab5d497ef /imap.h
parentFind text content for Atom in multipart/mixed and /alternative (diff)
downloadbubger-80191306f44ab262c83b354d2e4442e807249aeb.tar.gz
bubger-80191306f44ab262c83b354d2e4442e807249aeb.zip
Parse . as an atom on its own
Diffstat (limited to 'imap.h')
-rw-r--r--imap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/imap.h b/imap.h
index a2c13bd..0aa5636 100644
--- a/imap.h
+++ b/imap.h
@@ -57,8 +57,9 @@
 	X(AtomEnvelope, "ENVELOPE") \
 	X(AtomBodyStructure, "BODYSTRUCTURE") \
 	X(AtomBody, "BODY") \
-	X(AtomHeaderFields, "HEADER.FIELDS") \
+	X(AtomHeader, "HEADER") \
 	X(AtomText, "TEXT") \
+	X(AtomDot, ".") \
 	X(AtomUntagged, "*")
 
 enum Atom {