diff options
| author | Vincent Richard <[email protected]> | 2013-06-20 11:02:39 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-06-20 11:02:39 +0200 |
| commit | eee80fc81e007baacbce80afe55e69a52bcfd1f6 (patch) | |
| tree | 4ed1aeecac70ef7ab614f2956e306bbc427fe837 /SConstruct | |
| parent | Moved SMTP connection-related things to SMTPConnection object. (diff) | |
| download | vmime-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-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |
