aboutsummaryrefslogtreecommitdiffstats
path: root/src/headerFieldFactory.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-03-23 08:23:55 +0000
committerVincent Richard <[email protected]>2005-03-23 08:23:55 +0000
commitaeb5da43242ab1be2c9f955f855bf901ac43513a (patch)
tree789f58bbc9bd8d92d0c737928d4dda4adf2897c4 /src/headerFieldFactory.cpp
parentFixed multiple bugs in POP3 protocol. (diff)
downloadvmime-aeb5da43242ab1be2c9f955f855bf901ac43513a.tar.gz
vmime-aeb5da43242ab1be2c9f955f855bf901ac43513a.zip
Basic support for 'Disposition' header field.
Diffstat (limited to 'src/headerFieldFactory.cpp')
-rw-r--r--src/headerFieldFactory.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/headerFieldFactory.cpp b/src/headerFieldFactory.cpp
index 93e1b7fe..544a2ac2 100644
--- a/src/headerFieldFactory.cpp
+++ b/src/headerFieldFactory.cpp
@@ -56,6 +56,9 @@ headerFieldFactory::headerFieldFactory()
registerName <messageIdField>(vmime::fields::MESSAGE_ID);
registerName <defaultField>(vmime::fields::CONTENT_LOCATION);
registerName <messageIdField>(vmime::fields::IN_REPLY_TO);
+
+ registerName <messageIdField>(vmime::fields::ORIGINAL_MESSAGE_ID);
+ registerName <mailboxListField>(vmime::fields::DISPOSITION_NOTIFICATION_TO);
}