mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Release commit
This commit is contained in:
parent
fe2c122d7c
commit
f749d77fff
5 changed files with 8 additions and 6 deletions
|
|
@ -262,7 +262,8 @@ class BodyStructure
|
|||
*/
|
||||
public function IsPgpSignature()
|
||||
{
|
||||
return 'application/pgp-signature' === \strtolower($this->ContentType());
|
||||
return \in_array(\strtolower($this->ContentType()),
|
||||
array('application/pgp-signature', 'application/pkcs7-signature'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue