aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-04-26 22:52:13 +0200
committerVincent Richard <[email protected]>2013-04-26 22:52:13 +0200
commitee68f6c06f553b9346ae9143be8efcfff8e902e9 (patch)
tree0f00f40f4d6fd8445e54705b2f36207d0f0570ea /SConstruct
parentAdded unit tests for IMAPTag. Initialize sequence number at 1. (diff)
downloadvmime-ee68f6c06f553b9346ae9143be8efcfff8e902e9.tar.gz
vmime-ee68f6c06f553b9346ae9143be8efcfff8e902e9.zip
Allow SPACEs at end of response line (Apple iCloud IMAP server).
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 4986af77..11deb6bd 100644
--- a/SConstruct
+++ b/SConstruct
@@ -397,6 +397,7 @@ libvmimetest_sources = [
'tests/net/pop3/POP3ResponseTest.cpp',
'tests/net/pop3/POP3UtilsTest.cpp',
'tests/net/imap/IMAPTagTest.cpp',
+ 'tests/net/imap/IMAPParserTest.cpp',
'tests/net/smtp/SMTPTransportTest.cpp',
'tests/net/smtp/SMTPCommandTest.cpp',
'tests/net/smtp/SMTPCommandSetTest.cpp',