mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 01:52:45 +00:00
See ChangeLog
Monotone-Parent: a866a555c48a341d0c2a136b18f5d9b7474a4559 Monotone-Revision: b60d547047a2529bf2428a9d602340aa1c4f7f9b Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-09-27T17:24:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -23,22 +23,18 @@
|
||||
#ifndef UIXMAILPARTSIGNEDVIEWER_H
|
||||
#define UIXMAILPARTSIGNEDVIEWER_H
|
||||
|
||||
#import "UIxMailPartViewer.h"
|
||||
#import "UIxMailPartMixedViewer.h"
|
||||
|
||||
@class NSMutableString;
|
||||
@class NGPart;
|
||||
|
||||
@interface UIxMailPartSignedViewer : UIxMailPartViewer
|
||||
@interface UIxMailPartSignedViewer : UIxMailPartMixedViewer
|
||||
{
|
||||
BOOL processed;
|
||||
NGPart *messagePart;
|
||||
|
||||
BOOL validSignature;
|
||||
NSMutableString *validationMessage;
|
||||
}
|
||||
|
||||
- (NSString *) flatContentAsString;
|
||||
|
||||
- (BOOL) validSignature;
|
||||
- (NSString *) validationMessage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user