Expand description
Grammar parts for encoded words (based on RFC 2047).
Enums§
- Encoded
Word Context - Represents the place at which the encoded word appears.
Constants§
- ECW_
SEP_ OVERHEAD - The syntax overhead from “framing” an encoded word.
- MAX_
ECW_ LEN - maximal length of an encoded word
Functions§
- is_
encoded_ word - Returns true if the given word is a encoded word.
- try_
parse_ encoded_ word_ parts - Tries to parse the given string as an encoded word.