MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / iiso

Method iiso

sourcecommon/sendmail.cpp:223–227  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

221}
222//---------------------------------------------------------------------------
223void __fastcall TSendmailThread::iiso(char &VHeaderEncoding, AnsiString &VCharSet)
224{
225 VHeaderEncoding = 'B';
226 VCharSet = "utf-8";
227}
228//---------------------------------------------------------------------------
229void __fastcall TSendmailThread::sync(void)
230{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected