| 86 | result->appendUTF8Format("attachment: %i\n", mAttachment); |
| 87 | if (mContentTypeParameters != NULL) { |
| 88 | mc_foreachhashmapKeyAndValue(String, key, String, value, mContentTypeParameters) { |
| 89 | result->appendUTF8Format("%s: %s\n", key->UTF8Characters(), value->UTF8Characters()); |
| 90 | } |
| 91 | } |
| 92 | result->appendUTF8Format(">"); |
| 93 |
no test coverage detected