aboutsummaryrefslogtreecommitdiffstats
path: root/examples/example6.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-11-30 12:10:42 +0000
committerVincent Richard <[email protected]>2005-11-30 12:10:42 +0000
commit0b49fc98b300d1e900171fe848c802a670783756 (patch)
tree23eb23e886f361ada5b83f5d7c8f9118b16c680f /examples/example6.cpp
parentFixed buffer overrun in random::getString(). (diff)
downloadvmime-0b49fc98b300d1e900171fe848c802a670783756.tar.gz
vmime-0b49fc98b300d1e900171fe848c802a670783756.zip
Detailed instruction for sending message.
Diffstat (limited to 'examples/example6.cpp')
-rw-r--r--examples/example6.cpp2
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;