diff options
| author | Vincent Richard <[email protected]> | 2013-06-22 08:42:36 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-06-22 08:42:36 +0000 |
| commit | 87f6acb0b5e291f1b59b2b007a5c2226a6d2362f (patch) | |
| tree | c8149c1c204f2032efcedc101990e621e6ec9b2a /src/net/smtp/SMTPTransport.cpp | |
| parent | Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ... (diff) | |
| download | vmime-87f6acb0b5e291f1b59b2b007a5c2226a6d2362f.tar.gz vmime-87f6acb0b5e291f1b59b2b007a5c2226a6d2362f.zip | |
Return after sending message when sending is supported.
Diffstat (limited to 'src/net/smtp/SMTPTransport.cpp')
| -rw-r--r-- | src/net/smtp/SMTPTransport.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/smtp/SMTPTransport.cpp b/src/net/smtp/SMTPTransport.cpp index fb951bad..40b6375c 100644 --- a/src/net/smtp/SMTPTransport.cpp +++ b/src/net/smtp/SMTPTransport.cpp @@ -308,6 +308,7 @@ void SMTPTransport::send utility::inputStreamStringAdapter isAdapter(str); send(expeditor, recipients, isAdapter, str.length(), progress, sender); + return; } // Send message envelope |
