aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/rfc822/MCAttachment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/rfc822/MCAttachment.h')
-rw-r--r--src/core/rfc822/MCAttachment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/rfc822/MCAttachment.h b/src/core/rfc822/MCAttachment.h
index ac12a5b5..ed0d8f1d 100644
--- a/src/core/rfc822/MCAttachment.h
+++ b/src/core/rfc822/MCAttachment.h
@@ -16,7 +16,7 @@ namespace mailcore {
class Attachment : public AbstractPart {
public:
static String * mimeTypeForFilename(String * filename);
- static Attachment * attachmentWithContentOfFile(String * filename);
+ static Attachment * attachmentWithContentsOfFile(String * filename);
static Attachment * attachmentWithHTMLString(String * htmlString);
static Attachment * attachmentWithRFC822Message(Data * messageData);
static Attachment * attachmentWithText(String * text);