aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/rfc822/MCOMessageParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/rfc822/MCOMessageParser.h')
-rw-r--r--src/objc/rfc822/MCOMessageParser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/objc/rfc822/MCOMessageParser.h b/src/objc/rfc822/MCOMessageParser.h
index 5a009bb7..8a0247be 100644
--- a/src/objc/rfc822/MCOMessageParser.h
+++ b/src/objc/rfc822/MCOMessageParser.h
@@ -48,6 +48,10 @@
This method can be used to generate the summary of the message.*/
- (NSString *) plainTextBodyRendering;
+/** Text rendering of the body of the message. All end of line will be removed and white spaces cleaned up if requested.
+ This method can be used to generate the summary of the message.*/
+- (NSString *) plainTextBodyRenderingAndStripWhitespace:(BOOL)stripWhitespace;
+
@end
#endif