diff options
| author | Vincent Richard <[email protected]> | 2013-06-24 15:32:40 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-06-24 15:32:40 +0200 |
| commit | 895b07cae9741f44a1272b2f3875f8dd94763222 (patch) | |
| tree | 6532de59e01676c78b423b5de5ebc1411c7da111 /SConstruct | |
| parent | Return after sending message when sending is supported. (diff) | |
| download | vmime-895b07cae9741f44a1272b2f3875f8dd94763222.tar.gz vmime-895b07cae9741f44a1272b2f3875f8dd94763222.zip | |
Added support for SIZE SMTP extension (RFC-1870).
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -80,7 +80,7 @@ libvmime_sources = [ 'header.cpp', 'header.hpp', 'headerFieldFactory.cpp', 'headerFieldFactory.hpp', 'headerField.cpp', 'headerField.hpp', - 'headerFieldValue.hpp', + 'headerFieldValue.cpp', 'headerFieldValue.hpp', 'htmlTextPart.cpp', 'htmlTextPart.hpp', 'mailbox.cpp', 'mailbox.hpp', 'mailboxField.cpp', 'mailboxField.hpp', @@ -352,6 +352,7 @@ libvmime_tests = [ libvmimetest_common = [ 'tests/testUtils.hpp', + 'tests/net/smtp/SMTPTransportTestUtils.hpp', 'tests/utility/encoder/encoderTestUtils.hpp' ] @@ -374,6 +375,7 @@ libvmimetest_sources = [ 'tests/parser/mediaTypeTest.cpp', 'tests/parser/messageIdTest.cpp', 'tests/parser/messageIdSequenceTest.cpp', + 'tests/parser/messageTest.cpp', 'tests/parser/pathTest.cpp', 'tests/parser/parameterTest.cpp', 'tests/parser/textTest.cpp', |
