diff options
author | Vincent Richard <[email protected]> | 2005-04-26 19:38:59 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-04-26 19:38:59 +0000 |
commit | 7919198c3e492e4980614209d3b897cc43eed737 (patch) | |
tree | 4e60a13cc0af897cbd37739db83d25e57a4a7b23 | |
parent | Moved generic implementation of send() to 'transport'. (diff) | |
download | vmime-7919198c3e492e4980614209d3b897cc43eed737.tar.gz vmime-7919198c3e492e4980614209d3b897cc43eed737.zip |
Moved generic implementation of send() to 'transport'.
-rw-r--r-- | vmime/messaging/smtp/SMTPTransport.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vmime/messaging/smtp/SMTPTransport.hpp b/vmime/messaging/smtp/SMTPTransport.hpp index 6ca75a65..9b2eaa9b 100644 --- a/vmime/messaging/smtp/SMTPTransport.hpp +++ b/vmime/messaging/smtp/SMTPTransport.hpp @@ -54,7 +54,6 @@ public: void noop(); - void send(vmime::message* msg, progressionListener* progress = NULL); void send(const mailbox& expeditor, const mailboxList& recipients, utility::inputStream& is, const utility::stream::size_type size, progressionListener* progress = NULL); private: |