diff options
author | Vincent Richard <[email protected]> | 2005-11-30 12:10:42 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-11-30 12:10:42 +0000 |
commit | 0b49fc98b300d1e900171fe848c802a670783756 (patch) | |
tree | 23eb23e886f361ada5b83f5d7c8f9118b16c680f /examples/example6.cpp | |
parent | Fixed buffer overrun in random::getString(). (diff) | |
download | vmime-0b49fc98b300d1e900171fe848c802a670783756.tar.gz vmime-0b49fc98b300d1e900171fe848c802a670783756.zip |
Detailed instruction for sending message.
Diffstat (limited to 'examples/example6.cpp')
-rw-r--r-- | examples/example6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example6.cpp b/examples/example6.cpp index e64db44b..6d8fe92f 100644 --- a/examples/example6.cpp +++ b/examples/example6.cpp @@ -385,7 +385,7 @@ static void sendMessage() to.appendMailbox(vmime::create <vmime::mailbox>(toString)); } - std::cout << "Enter message data (end with '.' on a single line):" << std::endl; + std::cout << "Enter message data, including headers (end with '.' on a single line):" << std::endl; std::ostringstream data; |