MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / decodedString

Method decodedString

src/core/rfc822/MCAttachment.cpp:304–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304String * Attachment::decodedString()
305{
306 if (mData) {
307 return decodedStringForData(mData);
308 }
309 else {
310 return NULL;
311 }
312}
313
314AbstractPart * Attachment::attachmentsWithMIME(struct mailmime * mime)
315{

Callers 1

testAttachmentsFunction · 0.45

Calls

no outgoing calls

Tested by 1

testAttachmentsFunction · 0.36