Field MaximumKeywordLength
- Namespace
- MailFathom.Domain.Emails
- Assembly
- MailFathom.Domain.dll
The greatest number of characters one keyword may carry.
public const int MaximumKeywordLength = 64
Returns
- int
- The greatest number of characters one keyword may carry.
Remarks
A keyword is an IMAP atom, which no server mints at this length, while nothing between a mail client and this system enforces that. A longer one is dropped rather than truncated, for the reason a message identifier is: a prefix of a label is a label somebody else may legitimately use, and matching on it would return mail carrying a keyword nobody set.