aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-06-11 22:50:44 +0200
committerVincent Richard <[email protected]>2013-06-11 22:50:44 +0200
commitdfe563f3917f472a954257b5befb70709032fc24 (patch)
treecb70e900e6849792f82e8a3e4ae8aed913fe1c5b /SConstruct
parentAdded function to return email address as a string. (diff)
downloadvmime-dfe563f3917f472a954257b5befb70709032fc24.tar.gz
vmime-dfe563f3917f472a954257b5befb70709032fc24.zip
Moved POP3 client command related things to POP3Command class.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 93a79d16..d295a3ab 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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',