MCPcopy Create free account
hub / github.com/acl-dev/acl / create_boundary

Method create_boundary

lib_acl_cpp/src/smtp/mail_message.cpp:407–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407void mail_message::create_boundary(const char* id, string& out)
408{
409 out.format("====_%s_acl_part_%lu_%lu_%lu_====",
410 id, (unsigned long) PID(), thread::thread_self(),
411 (unsigned long) time(NULL));
412}
413
414bool mail_message::append_multipart(ofstream& fp)
415{

Callers

nothing calls this directly

Calls 2

thread_selfFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected