mirror of
https://github.com/pocoproject/poco.git
synced 2026-01-15 11:04:04 +01:00
MailMessage: attachments saving and read/write
MailMessage: attachments saving support and consistent read/write
This commit is contained in:
@@ -74,7 +74,7 @@ std::istream& StringPartSource::stream()
|
||||
}
|
||||
|
||||
|
||||
const std::string& StringPartSource::filename()
|
||||
const std::string& StringPartSource::filename() const
|
||||
{
|
||||
return _filename;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user