From b0845eff0db7d3aa35c3dc1629d250535d704bc8 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 26 Jul 2013 14:47:30 +0200 Subject: Allow messages to be designated either by their number or their UID. Warning: this is an API-breaking change. --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index ed0a4d03..baff95c0 100644 --- a/SConstruct +++ b/SConstruct @@ -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', -- cgit