From c408824619f0dffd3556b1374a2c4f4124640d5d Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 1 May 2020 16:51:28 -0400 Subject: Support continue responses Basically just so that this can be the canonical imap.[ch] for copying into other projects. --- imap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'imap.h') diff --git a/imap.h b/imap.h index 0aa5636..1bb57f5 100644 --- a/imap.h +++ b/imap.h @@ -60,7 +60,8 @@ X(AtomHeader, "HEADER") \ X(AtomText, "TEXT") \ X(AtomDot, ".") \ - X(AtomUntagged, "*") + X(AtomUntagged, "*") \ + X(AtomContinue, "+") enum Atom { #define X(id, str) id, -- cgit 1.4.1