aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2012-07-06 16:45:02 +0000
committerVincent Richard <[email protected]>2012-07-06 16:45:02 +0000
commit891aba49ff6effc933f0b3f15cb1314d300d5a4a (patch)
tree5fbf94df4462675610e479239b79396047ae9000
parentFixed error in sample code. (diff)
downloadvmime-891aba49ff6effc933f0b3f15cb1314d300d5a4a.tar.gz
vmime-891aba49ff6effc933f0b3f15cb1314d300d5a4a.zip
Fixed issue #10.
-rw-r--r--src/net/imap/IMAPMessage.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/imap/IMAPMessage.cpp b/src/net/imap/IMAPMessage.cpp
index 702d5f2b..8006920c 100644
--- a/src/net/imap/IMAPMessage.cpp
+++ b/src/net/imap/IMAPMessage.cpp
@@ -279,8 +279,6 @@ void IMAPMessage::extract(ref <const part> p, utility::outputStream& os,
{
if (headerOnly)
command << "HEADER";
- else
- command << "TEXT";
}
else
{