aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Paul Young <paulyoungonline@gmail.com>2013-07-02 23:06:04 -0400
committerGravatar Paul Young <paulyoungonline@gmail.com>2013-07-02 23:06:04 -0400
commit3d5051fe7779735fe7cbd631d679596a7cf6c0b1 (patch)
treef7ed079c60986d1d0c391e2633816c801179c442 /src/core
parent8c60a169f3f3a121b5e3aa45782d9c9fb76ebf17 (diff)
Added comment to header file about character replacement.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/imap/MCIMAPSession.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/imap/MCIMAPSession.h b/src/core/imap/MCIMAPSession.h
index 5d72f551..757613e8 100644
--- a/src/core/imap/MCIMAPSession.h
+++ b/src/core/imap/MCIMAPSession.h
@@ -140,6 +140,8 @@ namespace mailcore {
virtual String * htmlBodyRendering(IMAPMessage * message, String * folder);
virtual String * plainTextRendering(IMAPMessage * message, String * folder);
+
+ // Double spaces, tab and return characters will be replaced with single spaces.
virtual String * plainTextBodyRendering(IMAPMessage * message, String * folder);
public: // private