diff options
author | June McEnroe <june@causal.agency> | 2020-04-12 14:09:34 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-12 14:13:43 -0400 |
commit | 0583e4c0c36ac3ebd4479c674ebd1dd0d5e8fe0d (patch) | |
tree | eddd00889239bf88eb495d1f31fa735257f9f320 /imap.h | |
parent | Do not use <h1> for subject lines (diff) | |
download | bubger-0583e4c0c36ac3ebd4479c674ebd1dd0d5e8fe0d.tar.gz bubger-0583e4c0c36ac3ebd4479c674ebd1dd0d5e8fe0d.zip |
Fetch and parse BODYSTRUCTURE
Diffstat (limited to '')
-rw-r--r-- | imap.h | 1 |
1 files changed, 1 insertions, 0 deletions
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") \ |