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

Method sendMessage

src/core/smtp/MCSMTPSession.cpp:695–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695void SMTPSession::sendMessage(Address * from, Array * recipients, Data * messageData,
696 SMTPProgressCallback * callback, ErrorCode * pError)
697{
698 setSendingCancelled(false);
699 internalSendMessage(from, recipients, messageData, callback, pError);
700}
701
702void SMTPSession::internalSendMessage(Address * from, Array * recipients, Data * messageData,
703 SMTPProgressCallback * callback, ErrorCode * pError)

Callers 3

mainMethod · 0.80
testSMTPFunction · 0.80

Calls 9

releaseMethod · 0.80
toMethod · 0.45
headerMethod · 0.45
addObjectsFromArrayMethod · 0.45
ccMethod · 0.45
bccMethod · 0.45
fromMethod · 0.45
dataMethod · 0.45
countMethod · 0.45

Tested by 2

testSMTPFunction · 0.64