Field MaximumHeaderValueLength
- Namespace
- MailFathom.Domain.Emails.Authentication
- Assembly
- MailFathom.Domain.dll
The greatest length one header's value may have before it is passed over unread. It is generous against every header a mail server actually writes and small enough that a message cannot spend its whole size allowance on a single header for a parser to walk.
public const int MaximumHeaderValueLength = 4096
Returns
- int
- The greatest length one header's value may have before it is passed over unread. It is generous against every header a mail server actually writes and small enough that a message cannot spend its whole size allowance on a single header for a parser to walk.