aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/transport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/transport.cpp')
-rw-r--r--src/net/transport.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/net/transport.cpp b/src/net/transport.cpp
index 923441b7..88ea6773 100644
--- a/src/net/transport.cpp
+++ b/src/net/transport.cpp
@@ -215,6 +215,14 @@ void transport::send(ref <vmime::message> msg, utility::progressListener* progre
vmime::ref <vmime::header> hdr;
} headerExchanger(msg, hdr);
+ send(msg, expeditor, recipients, progress, sender);
+}
+
+
+void transport::send
+ (ref <vmime::message> msg, const mailbox& expeditor, const mailboxList& recipients,
+ utility::progressListener* progress, const mailbox& sender)
+{
// Generate the message, "stream" it and delegate the sending
// to the generic send() function.
std::ostringstream oss;