FriendsOfShopware / FroshPlatformMailArchive

This plugin allows you to archive your mails.
MIT License
17 stars 13 forks source link

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 #76

Closed gcp-cherry-pick-bot[bot] closed 6 months ago

gcp-cherry-pick-bot[bot] commented 6 months ago

Cherry-picked 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

RafaelKr commented 6 months ago

@shyim Could we maybe also backport to 1.x 0.x for Shopware 6.4 compatibility?