mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 19:54:38 +01:00
* Net: fixed adding content part to mail message with empty content-disposition
This commit is contained in:
parent
a68afc9ae1
commit
9141f38035
@ -119,6 +119,10 @@ namespace
|
||||
|
||||
pPS->headers().set(it->first, it->second);
|
||||
}
|
||||
|
||||
if (contentDisp.empty())
|
||||
_pMsg->addContent(pPS, cte);
|
||||
|
||||
if (!added) delete pPS;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user