message: add basic support for encrypted parts
This commit is contained in:
@ -111,6 +111,15 @@ public:
|
||||
*/
|
||||
bool is_signed() const noexcept;
|
||||
|
||||
|
||||
/**
|
||||
* Is this part encrypted?
|
||||
*
|
||||
* @return true or false
|
||||
*/
|
||||
bool is_encrypted() const noexcept;
|
||||
|
||||
|
||||
/**
|
||||
* Write (decoded) mime-part contents to string
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user