Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ write
Method
write
lib_acl_cpp/src/smtp/smtp_client.cpp:247–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
247
bool smtp_client::write(const char* data, size_t len)
248
{
249
return smtp_send(client_, data, len) == 0 ? true : false;
250
}
251
252
bool smtp_client::format(const char* fmt, ...)
253
{
Callers
4
save_to
Method · 0.45
append_header
Method · 0.45
append_multipart
Method · 0.45
save_to
Method · 0.45
Calls
1
smtp_send
Function · 0.85
Tested by
no test coverage detected