module Q: sig .. end
The "Q" encoding as described by RFC 2047.
val encode : ?pos:int -> ?len:int -> string -> string
Note:
 All characters except alphanumeric characters are protected by
 hex tokens.
 In particular, spaces are represented as "=20", not as "_".
val decode : ?pos:int -> ?len:int -> string -> string