aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2012-12-06 11:02:31 +0100
committerVincent Richard <[email protected]>2012-12-06 11:02:31 +0100
commit1ba5e8698cb0f3904fc7a1faf50597bc877b5099 (patch)
tree1b8b99a6bb147c7f6de31c4f242d7cf4aa240003 /SConstruct
parentFixed progression notification when message size is lower than 64K. (diff)
downloadvmime-1ba5e8698cb0f3904fc7a1faf50597bc877b5099.tar.gz
vmime-1ba5e8698cb0f3904fc7a1faf50597bc877b5099.zip
Moved POP3 response receiving and parsing to a separate class.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 31228ed4..d1bb23c5 100644
--- a/SConstruct
+++ b/SConstruct
@@ -236,6 +236,7 @@ libvmime_messaging_proto_sources = [
'net/pop3/POP3SStore.cpp', 'net/pop3/POP3SStore.hpp',
'net/pop3/POP3Folder.cpp', 'net/pop3/POP3Folder.hpp',
'net/pop3/POP3Message.cpp', 'net/pop3/POP3Message.hpp',
+ 'net/pop3/POP3Response.cpp', 'net/pop3/POP3Response.hpp',
'net/pop3/POP3Utils.cpp', 'net/pop3/POP3Utils.hpp'
]
],