mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +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())
|
||||
{
|
||||
_pMsg->addContent(pPS, cte);
|
||||
added = true;
|
||||
}
|
||||
|
||||
if (!added) delete pPS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user