]> git.g-eek.se Git - interimap.git/commitdiff
pullimap: precise that the mailbox needs to be UTF-7 encoded and unquoted.
authorGuilhem Moulin <guilhem@fripost.org>
Sun, 13 Mar 2016 17:44:24 +0000 (18:44 +0100)
committerGuilhem Moulin <guilhem@fripost.org>
Sun, 13 Mar 2016 17:44:24 +0000 (18:44 +0100)
pullimap.md

index 244e7acf1a033b79aaa80349b4b20766e478e935..5ff3af16094615f44316d5c56d9917a7cd640687 100644 (file)
@@ -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