diff options
| author | Vincent Richard <[email protected]> | 2013-06-18 21:31:50 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-06-18 21:31:50 +0200 |
| commit | 576b1800d3434ffed5c2c554aa213651f129fd25 (patch) | |
| tree | 006259d0f9d91ecb0ed8f18bd9497c54acd63cf3 | |
| parent | SMTPUTF8: generate Internationalized Email only if supported by SMTP server. (diff) | |
| download | vmime-576b1800d3434ffed5c2c554aa213651f129fd25.tar.gz vmime-576b1800d3434ffed5c2c554aa213651f129fd25.zip | |
Fixed comments.
| -rw-r--r-- | vmime/net/transport.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vmime/net/transport.hpp b/vmime/net/transport.hpp index 969d9df7..3acb2266 100644 --- a/vmime/net/transport.hpp +++ b/vmime/net/transport.hpp @@ -61,8 +61,8 @@ protected: public: /** Send a message over this transport service. - * The default implementation simply generates the whole message - * into a string and "streams" it via a inputStreamStringAdapter. + * The default implementation simply generates the whole message into + * a string buffer and "streams" it via a inputStreamStringAdapter. * * @param msg message to send * @param progress progress listener, or NULL if not used @@ -73,7 +73,7 @@ public: * * @param expeditor expeditor mailbox * @param recipients list of recipient mailboxes - * @param is input stream provding message data (header + body) + * @param is input stream providing message data (header + body) * @param size size of the message data * @param progress progress listener, or NULL if not used * @param sender envelope sender (if empty, expeditor will be used) @@ -87,8 +87,8 @@ public: const mailbox& sender = mailbox()) = 0; /** Send a message over this transport service. - * The default implementation simply generates the whole message - * into a string and "streams" it via a inputStreamStringAdapter. + * The default implementation simply generates the whole message into + * a string buffer and "streams" it via a inputStreamStringAdapter. * * @param msg message to send * @param expeditor expeditor mailbox |
