parse-email-address - v0.0.5
    Preparing search index...

    Variable maxAddressListLengthConst

    maxAddressListLength: 65536 = 65_536

    The longest header value that parseEmailAddressList will read. RFC 5322 sets no limit on the length of a folded address list header, so this exists only to bound the work done on hostile input; it is far above any legitimate header.