Copied!

Provides a getTokenSplitPattern for consumers that could have quoted parts that are mime-header-encoded.

Trait
Methods
protected getTokenSplitPattern() : string
 

Overridden to use a specialized regex for finding mime-encoded parts (RFC 2047).

Some implementations seem to place mime-encoded parts within quoted parameters, and split the mime-encoded parts across multiple split parameters. The specialized regex doesn't allow double quotes inside a mime encoded part, so it can be "continued" in another parameter.

  • return string the regex pattern
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration