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

Method setAttachment

src/core/abstract/MCAbstractPart.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void AbstractPart::setAttachment(bool attachment)
198{
199 mAttachment = attachment;
200}
201
202void AbstractPart::importIMAPFields(struct mailimap_body_fields * fields,
203 struct mailimap_body_ext_1part * extension)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected