mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
* Net: fixed adding content to mail message when content-disposition is empty
This commit is contained in:
@@ -121,7 +121,10 @@ namespace
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (contentDisp.empty())
|
if (contentDisp.empty())
|
||||||
|
{
|
||||||
_pMsg->addContent(pPS, cte);
|
_pMsg->addContent(pPS, cte);
|
||||||
|
added = true;
|
||||||
|
}
|
||||||
|
|
||||||
if (!added) delete pPS;
|
if (!added) delete pPS;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user