aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/rfc822/MCOMessageBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/rfc822/MCOMessageBuilder.h')
-rw-r--r--src/objc/rfc822/MCOMessageBuilder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objc/rfc822/MCOMessageBuilder.h b/src/objc/rfc822/MCOMessageBuilder.h
index a2131d05..a01e3350 100644
--- a/src/objc/rfc822/MCOMessageBuilder.h
+++ b/src/objc/rfc822/MCOMessageBuilder.h
@@ -13,6 +13,9 @@
#import <MailCore/MCOAbstractMessage.h>
// This class will allow you to build a RFC 822 formatted message.
+// For example when you need to send a message using SMTP,
+// you need to generate first a RFC 822 formatted message.
+// This class will help you do that.
/*