Closed pali closed 4 years ago
Reading RFC 2046, the BNF for allowed boundary characters allows 1-70 characters, so a single "0" is acceptable:
boundary := 0*69<bchars> bcharsnospace bchars := bcharsnospace / " " bcharsnospace := DIGIT / ALPHA / "'" / "(" / ")" / "+" / "_" / "," / "-" / "." / "/" / ":" / "=" / "?"
Fixes: https://github.com/rjbs/Email-MIME/issues/63
Reading RFC 2046, the BNF for allowed boundary characters allows 1-70 characters, so a single "0" is acceptable:
Fixes: https://github.com/rjbs/Email-MIME/issues/63