MCPcopy Create free account
hub / github.com/SmingHub/Sming / ~SmtpClient

Method ~SmtpClient

Sming/Components/Network/src/Network/SmtpClient.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66SmtpClient::~SmtpClient()
67{
68 delete outgoingMail;
69 outgoingMail = nullptr;
70
71 while(mailQ.count() != 0) {
72 delete mailQ.dequeue();
73 }
74}
75
76bool SmtpClient::connect(const Url& url)
77{

Callers

nothing calls this directly

Calls 2

countMethod · 0.45
dequeueMethod · 0.45

Tested by

no test coverage detected