aboutsummaryrefslogtreecommitdiffstats
path: root/src/constants.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-03-15 18:00:50 +0000
committerVincent Richard <[email protected]>2005-03-15 18:00:50 +0000
commit917df0e4f77158d82e63a062ffd41cd2d55af9b3 (patch)
tree7585b12f0db6d31f53d390e7a7d43129721155e3 /src/constants.cpp
parentFixed parsing bounds for header fields and values. (diff)
downloadvmime-917df0e4f77158d82e63a062ffd41cd2d55af9b3.tar.gz
vmime-917df0e4f77158d82e63a062ffd41cd2d55af9b3.zip
Support for In-Reply-To header field (type MessageId).
Diffstat (limited to 'src/constants.cpp')
-rw-r--r--src/constants.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.cpp b/src/constants.cpp
index fdfaa847..66ed95f3 100644
--- a/src/constants.cpp
+++ b/src/constants.cpp
@@ -172,6 +172,7 @@ namespace fields
const string::value_type* const CONTENT_DISPOSITION = "Content-Disposition";
const string::value_type* const CONTENT_ID = "Content-Id";
const string::value_type* const CONTENT_LOCATION = "Content-Location";
+ const string::value_type* const IN_REPLY_TO = "In-Reply-To";
const string::value_type* const X_MAILER = "X-Mailer";
const string::value_type* const X_PRIORITY = "X-Priority";