fix(mail(web)): display emails extracted from smime certificate

Fixes #5440
This commit is contained in:
Francis Lachapelle
2021-12-10 14:33:10 -05:00
parent cb4d555e4a
commit 93dff697e7
3 changed files with 16 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/* UIxMailPartSignedViewer.h - this file is part of SOGo
*
* Copyright (C) 2009-2018 Inverse inc.
* Copyright (C) 2009-2021 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -38,7 +38,8 @@
- (NSString *) validationMessage;
- (NSArray *) smimeCertificates;
- (NSDictionary *) certificateForSubject: (NSString *) subject
andIssuer: (NSString *) issuer;
andIssuer: (NSString *) issuer
withEmails: (NSArray *) emails;
@end