aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2010-05-18 15:52:27 +0200
committerVincent Richard <[email protected]>2010-05-18 15:52:27 +0200
commit9196d5c3421d828708f3667a94b2e074bfafdeca (patch)
tree154fe458b34c0c651c6ab6b2f5a375a3ba0bb599 /SConstruct
parentFixed parsing of header field value with no data on the first line (folding). (diff)
downloadvmime-9196d5c3421d828708f3667a94b2e074bfafdeca.tar.gz
vmime-9196d5c3421d828708f3667a94b2e074bfafdeca.zip
Added helper function to construct parsed message from net message. Splitted IMAP source files.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 3 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index d05f8bcb..99b21905 100644
--- a/SConstruct
+++ b/SConstruct
@@ -261,6 +261,9 @@ libvmime_messaging_proto_sources = [
'net/imap/IMAPMessage.cpp', 'net/imap/IMAPMessage.hpp',
'net/imap/IMAPTag.cpp', 'net/imap/IMAPTag.hpp',
'net/imap/IMAPUtils.cpp', 'net/imap/IMAPUtils.hpp',
+ 'net/imap/IMAPMessagePartContentHandler.cpp', 'net/imap/IMAPMessagePartContentHandler.hpp',
+ 'net/imap/IMAPStructure.cpp', 'net/imap/IMAPStructure.hpp',
+ 'net/imap/IMAPPart.cpp', 'net/imap/IMAPPart.hpp',
'net/imap/IMAPParser.hpp',
]
],