| 405 | } |
| 406 | |
| 407 | void 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 | |
| 414 | bool mail_message::append_multipart(ofstream& fp) |
| 415 | { |
nothing calls this directly
no test coverage detected