diff options
author | Vincent Richard <[email protected]> | 2005-03-23 08:23:55 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-03-23 08:23:55 +0000 |
commit | aeb5da43242ab1be2c9f955f855bf901ac43513a (patch) | |
tree | 789f58bbc9bd8d92d0c737928d4dda4adf2897c4 /src/headerFieldFactory.cpp | |
parent | Fixed multiple bugs in POP3 protocol. (diff) | |
download | vmime-aeb5da43242ab1be2c9f955f855bf901ac43513a.tar.gz vmime-aeb5da43242ab1be2c9f955f855bf901ac43513a.zip |
Basic support for 'Disposition' header field.
Diffstat (limited to 'src/headerFieldFactory.cpp')
-rw-r--r-- | src/headerFieldFactory.cpp | 3 |
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); } |