diff options
| author | Vincent Richard <[email protected]> | 2013-07-26 14:47:30 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-07-26 14:47:30 +0200 |
| commit | b0845eff0db7d3aa35c3dc1629d250535d704bc8 (patch) | |
| tree | 3e317af991e2f02596916cda0a0cb7b552bcd998 /SConstruct | |
| parent | Added SMTP service properties to allow disabling PIPELINING and CHUNKING exte... (diff) | |
| download | vmime-b0845eff0db7d3aa35c3dc1629d250535d704bc8.tar.gz vmime-b0845eff0db7d3aa35c3dc1629d250535d704bc8.zip | |
Allow messages to be designated either by their number or their UID.
Warning: this is an API-breaking change.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -206,6 +206,7 @@ libvmime_messaging_sources = [ 'net/folder.cpp', 'net/folder.hpp', 'net/folderStatus.hpp', 'net/message.cpp', 'net/message.hpp', + 'net/messageSet.cpp', 'net/messageSet.hpp', 'net/securedConnectionInfos.hpp', 'net/service.cpp', 'net/service.hpp', 'net/serviceFactory.cpp', 'net/serviceFactory.hpp', @@ -412,6 +413,7 @@ libvmimetest_sources = [ 'tests/security/digest/md5Test.cpp', 'tests/security/digest/sha1Test.cpp', # =============================== Net ================================ + 'tests/net/messageSetTest.cpp', 'tests/net/pop3/POP3CommandTest.cpp', 'tests/net/pop3/POP3ResponseTest.cpp', 'tests/net/pop3/POP3UtilsTest.cpp', |
