Field MaximumAddressFilterLength
- Namespace
- MailFathom.Application.Emails.Mailboxes
- Assembly
- MailFathom.Application.dll
The greatest number of characters an address filter may carry.
public const int MaximumAddressFilterLength = 320
Returns
- int
- The greatest number of characters an address filter may carry.
Remarks
The longest forward path RFC 5321 accepts, which is also what bounds every stored address column. Nothing in the address grammar bounds a length on its own, so a caller could otherwise send a megabyte of local part that no stored address could ever equal and have it reach a query parameter regardless.