Alexey Melnikov wrote:
owner = 1*ochar
;; %-encoded version of [IMAP4] authorization
;; identity (owner) or "userid".
;; Note that ASCII characters
;; like "&" / "=", "/" and "?" MUST be %-encoded.
scriptname = 1*ochar
;; %-encoded version of UTF-8 representation
;; of the script name.
;; Note that ASCII characters
;; like "&" / "=", "/" and "?" MUST be %-encoded.
Actually SP and ";" should be encoded as well, so I've updated 2
comments above.