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
RederivedEmailCountintHow many stored emails were re-read and had their metadata written.
UnreadableEmailCountintHow many stored emails carried MIME no reader could parse, which the pass stepped over.
MissingContentEmailCountintHow many stored emails no longer had raw MIME to re-read.
EmailsRemainboolWhether 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.