Home
last modified time | relevance | path

Searched refs:writeAttachmentBody (Results 1 – 2 of 2) sorted by relevance

/dports/mail/trojita/trojita-0.7/src/Composer/
H A DMessageComposer.h98 …bool writeAttachmentBody(QIODevice *target, QString *errorMessage, const AttachmentItem *attachmen…
H A DMessageComposer.cpp621 bool MessageComposer::writeAttachmentBody(QIODevice *target, QString *errorMessage, const Attachmen… in writeAttachmentBody() function in Composer::MessageComposer
656 if (!writeAttachmentBody(target, errorMessage, attachment)) in asRawMessage()
693 if (!writeAttachmentBody(&io, errorMessage, attachment)) in asCatenateData()