diff options
| author | Vincent Richard <[email protected]> | 2013-06-11 22:50:44 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-06-11 22:50:44 +0200 |
| commit | dfe563f3917f472a954257b5befb70709032fc24 (patch) | |
| tree | cb70e900e6849792f82e8a3e4ae8aed913fe1c5b /SConstruct | |
| parent | Added function to return email address as a string. (diff) | |
| download | vmime-dfe563f3917f472a954257b5befb70709032fc24.tar.gz vmime-dfe563f3917f472a954257b5befb70709032fc24.zip | |
Moved POP3 client command related things to POP3Command class.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -238,6 +238,7 @@ libvmime_messaging_proto_sources = [ [ 'pop3', [ + 'net/pop3/POP3Command.cpp', 'net/pop3/POP3Command.hpp', 'net/pop3/POP3ServiceInfos.cpp', 'net/pop3/POP3ServiceInfos.hpp', 'net/pop3/POP3Store.cpp', 'net/pop3/POP3Store.hpp', 'net/pop3/POP3SStore.cpp', 'net/pop3/POP3SStore.hpp', @@ -394,6 +395,7 @@ libvmimetest_sources = [ 'tests/security/digest/md5Test.cpp', 'tests/security/digest/sha1Test.cpp', # =============================== Net ================================ + 'tests/net/pop3/POP3CommandTest.cpp', 'tests/net/pop3/POP3ResponseTest.cpp', 'tests/net/pop3/POP3UtilsTest.cpp', 'tests/net/imap/IMAPTagTest.cpp', |
