diff options
| author | Vincent Richard <[email protected]> | 2012-12-06 11:02:31 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2012-12-06 11:02:31 +0100 |
| commit | 1ba5e8698cb0f3904fc7a1faf50597bc877b5099 (patch) | |
| tree | 1b8b99a6bb147c7f6de31c4f242d7cf4aa240003 /SConstruct | |
| parent | Fixed progression notification when message size is lower than 64K. (diff) | |
| download | vmime-1ba5e8698cb0f3904fc7a1faf50597bc877b5099.tar.gz vmime-1ba5e8698cb0f3904fc7a1faf50597bc877b5099.zip | |
Moved POP3 response receiving and parsing to a separate class.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' ] ], |
