---------------------------------------------------------------------------
| 221 | } |
| 222 | //--------------------------------------------------------------------------- |
| 223 | void __fastcall TSendmailThread::iiso(char &VHeaderEncoding, AnsiString &VCharSet) |
| 224 | { |
| 225 | VHeaderEncoding = 'B'; |
| 226 | VCharSet = "utf-8"; |
| 227 | } |
| 228 | //--------------------------------------------------------------------------- |
| 229 | void __fastcall TSendmailThread::sync(void) |
| 230 | { |
nothing calls this directly
no outgoing calls
no test coverage detected