aboutsummaryrefslogtreecommitdiffstats
path: root/src/vmime/net/fetchAttributes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmime/net/fetchAttributes.hpp')
-rw-r--r--src/vmime/net/fetchAttributes.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vmime/net/fetchAttributes.hpp b/src/vmime/net/fetchAttributes.hpp
index 19d92627..1a32116b 100644
--- a/src/vmime/net/fetchAttributes.hpp
+++ b/src/vmime/net/fetchAttributes.hpp
@@ -57,6 +57,7 @@ public:
FULL_HEADER = (1 << 5), /**< Full RFC-[2]822 header. */
UID = (1 << 6), /**< Unique identifier (protocol specific). */
IMPORTANCE = (1 << 7), /**< Header fields suitable for use with misc::importanceHelper. */
+ PEEK = (1 << 8), /**< Use IMAP PEEK method when accessing HEADER fields. */
CUSTOM = (1 << 16) /**< Reserved for future use. */
};