Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
SmtpClient::~SmtpClient()
67
{
68
delete outgoingMail;
69
outgoingMail = nullptr;
70
71
while(mailQ.count() != 0) {
72
delete mailQ.dequeue();
73
}
74
}
75
76
bool SmtpClient::connect(const Url& url)
77
{
Callers
nothing calls this directly
Calls
2
count
Method · 0.45
dequeue
Method · 0.45
Tested by
no test coverage detected