| 1049 | -------------------------------------------------------------------------*/ |
| 1050 | |
| 1051 | inline void |
| 1052 | MIMEField::value_append(HdrHeap *heap, MIMEHdrImpl *mh, const char *value, int length, bool prepend_comma, const char separator) |
| 1053 | { |
| 1054 | mime_field_value_append(heap, mh, this, value, length, prepend_comma, separator); |
| 1055 | } |
| 1056 | |
| 1057 | /*------------------------------------------------------------------------- |
| 1058 | -------------------------------------------------------------------------*/ |
no test coverage detected