diff options
-rw-r--r-- | pullimap.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/pullimap.md b/pullimap.md index 244e7ac..5ff3af1 100644 --- a/pullimap.md +++ b/pullimap.md @@ -92,8 +92,9 @@ Valid options are: *mailbox* -: The IMAP mailbox to pull messages from. Support for persistent - message Unique Identifiers (UID) is required. (Default: `INBOX`.) +: The IMAP mailbox ([UTF-7 encoded][RFC 2152] and unquoted) to pull + messages from. Support for persistent message Unique Identifiers + (UID) is required. (Default: `INBOX`.) *deliver-method* @@ -314,6 +315,9 @@ Standards [RFC 2033], October 1996. * J. Myers, _IMAP4 non-synchronizing literals_, [RFC 2088], January 1997. + * D. Goldsmith and M. Davis, + _A Mail-Safe Transformation Format of Unicode_, + [RFC 2152], May 1997. * B. Leiba, _IMAP4 `IDLE` command_, [RFC 2177], June 1997. * C. Newman, _Using TLS with IMAP, POP3 and ACAP_, @@ -337,6 +341,7 @@ Standards [RFC 2177]: https://tools.ietf.org/html/rfc2177 [RFC 2595]: https://tools.ietf.org/html/rfc2595 [RFC 4959]: https://tools.ietf.org/html/rfc4959 +[RFC 2152]: https://tools.ietf.org/html/rfc2152 [RFC 2088]: https://tools.ietf.org/html/rfc2088 [RFC 5321]: https://tools.ietf.org/html/rfc5321 [RFC 2033]: https://tools.ietf.org/html/rfc2033 |