mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 21:50:47 +01:00
* Net: fixed adding content part to mail message with empty content-disposition
This commit is contained in:
@@ -119,6 +119,10 @@ namespace
|
|||||||
|
|
||||||
pPS->headers().set(it->first, it->second);
|
pPS->headers().set(it->first, it->second);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (contentDisp.empty())
|
||||||
|
_pMsg->addContent(pPS, cte);
|
||||||
|
|
||||||
if (!added) delete pPS;
|
if (!added) delete pPS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user