Table of Contents

Constructor StoredMailRederivationPass

Namespace
MailFathom.Application.Mail.Maintenance
Assembly
MailFathom.Application.dll

StoredMailRederivationPass(int, int, int, bool)

Summarizes one bounded pass of the re-derivation.

public StoredMailRederivationPass(int RederivedEmailCount, int UnreadableEmailCount, int MissingContentEmailCount, bool EmailsRemain)

Parameters

RederivedEmailCount int

How many stored emails were re-read and had their metadata written.

UnreadableEmailCount int

How many stored emails carried MIME no reader could parse, which the pass stepped over.

MissingContentEmailCount int

How many stored emails no longer had raw MIME to re-read.

EmailsRemain bool

Whether the scope still holds mail a further pass would reach.

Remarks

Every field is a count. Nothing derived from a message — no subject, address, or fragment of body text — belongs in a result an operator's terminal prints and a deployment logs.