diff options
author | Vincent Richard <[email protected]> | 2012-07-06 16:45:02 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2012-07-06 16:45:02 +0000 |
commit | 891aba49ff6effc933f0b3f15cb1314d300d5a4a (patch) | |
tree | 5fbf94df4462675610e479239b79396047ae9000 | |
parent | Fixed error in sample code. (diff) | |
download | vmime-891aba49ff6effc933f0b3f15cb1314d300d5a4a.tar.gz vmime-891aba49ff6effc933f0b3f15cb1314d300d5a4a.zip |
Fixed issue #10.
-rw-r--r-- | src/net/imap/IMAPMessage.cpp | 2 |
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 { |