Table of Contents

Constructor SenderTrustEvaluatingEmailMimeReader

Namespace
MailFathom.Application.Emails.Extraction
Assembly
MailFathom.Application.dll

SenderTrustEvaluatingEmailMimeReader(IEmailMimeReader, ISenderTrustPolicyReader)

Initializes a reader that judges the author the one it wraps established.

public SenderTrustEvaluatingEmailMimeReader(IEmailMimeReader inner, ISenderTrustPolicyReader policies)

Parameters

inner IEmailMimeReader

The reader that turns raw MIME into normalized metadata.

policies ISenderTrustPolicyReader

Resolves the trusted senders an account judges its mail by.

Exceptions

ArgumentNullException

Thrown when an argument is null.