feat: increase subject field length to 998 to comply with RFC (#69)
RFC 2822 section 2.1.1 "Line Length Limits" states:
> There are two limits that this standard places on the number of characters in a line. Each line of characters MUST be no more than 998 characters, and SHOULD be no more than 78 characters, excluding the CRLF.
https://datatracker.ietf.org/doc/html/rfc2822#section-2.1.1
fixes #68 #80
There are two limits that this standard places on the number of characters in a line. Each line of characters MUST be no more than 998 characters, and SHOULD be no more than 78 characters, excluding the CRLF.
Cherry-picked feat: increase subject field length to 998 to comply with RFC (#69)
RFC 2822 section 2.1.1 "Line Length Limits" states:
https://datatracker.ietf.org/doc/html/rfc2822#section-2.1.1
fixes #68