From 0583e4c0c36ac3ebd4479c674ebd1dd0d5e8fe0d Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 12 Apr 2020 14:09:34 -0400 Subject: Fetch and parse BODYSTRUCTURE --- imap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'imap.h') diff --git a/imap.h b/imap.h index 3a30d5a..a364111 100644 --- a/imap.h +++ b/imap.h @@ -55,6 +55,7 @@ X(AtomThread, "THREAD") \ X(AtomUID, "UID") \ X(AtomEnvelope, "ENVELOPE") \ + X(AtomBodyStructure, "BODYSTRUCTURE") \ X(AtomBody, "BODY") \ X(AtomHeaderFields, "HEADER.FIELDS") \ X(AtomText, "TEXT") \ -- cgit 1.4.1