diff options
| author | Vincent Richard <[email protected]> | 2010-05-18 15:52:27 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2010-05-18 15:52:27 +0200 |
| commit | 9196d5c3421d828708f3667a94b2e074bfafdeca (patch) | |
| tree | 154fe458b34c0c651c6ab6b2f5a375a3ba0bb599 /SConstruct | |
| parent | Fixed parsing of header field value with no data on the first line (folding). (diff) | |
| download | vmime-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-- | SConstruct | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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', ] ], |
