aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-06-20 11:02:39 +0200
committerVincent Richard <[email protected]>2013-06-20 11:02:39 +0200
commiteee80fc81e007baacbce80afe55e69a52bcfd1f6 (patch)
tree4ed1aeecac70ef7ab614f2956e306bbc427fe837 /SConstruct
parentMoved SMTP connection-related things to SMTPConnection object. (diff)
downloadvmime-eee80fc81e007baacbce80afe55e69a52bcfd1f6.tar.gz
vmime-eee80fc81e007baacbce80afe55e69a52bcfd1f6.zip
Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests for SMTP.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index aa477018..c810267f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -252,6 +252,7 @@ libvmime_messaging_proto_sources = [
[
'smtp',
[
+ 'net/smtp/SMTPChunkingOutputStreamAdapter.cpp', 'net/smtp/SMTPChunkingOutputStreamAdapter.hpp',
'net/smtp/SMTPCommand.cpp', 'net/smtp/SMTPCommand.hpp',
'net/smtp/SMTPCommandSet.cpp', 'net/smtp/SMTPCommandSet.hpp',
'net/smtp/SMTPConnection.cpp', 'net/smtp/SMTPConnection.hpp',