Table of Contents

Field MaximumKeywords

Namespace
MailFathom.Domain.Emails
Assembly
MailFathom.Domain.dll

The greatest number of keywords one email keeps.

public const int MaximumKeywords = 64

Returns

int
The greatest number of keywords one email keeps.

Remarks

Nothing in the protocol bounds how many keywords a server may report for a message, and the answer is stored on the email's own row, so an unbounded set is an unbounded column. The number is far above what a mail client's labelling produces and far below what a server would have to be misbehaving to send; the excess is discarded rather than refused, because a reconciliation window exists to record what the server said about mail that is already stored and failing it over a flag would stop the window recording anything at all.