MCPcopy Create free account
hub / github.com/cutelyst/simple-mail / setHeaderEncoding

Method setHeaderEncoding

src/mimemessage.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void MimeMessage::setHeaderEncoding(MimePart::Encoding hEnc)
204{
205 d->encoding = hEnc;
206}
207
208void MimeMessage::addHeader(const QByteArray &headerName, const QByteArray &headerValue)
209{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected