aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-03-13 18:44:24 +0100
committerGuilhem Moulin <guilhem@fripost.org>2016-03-13 18:44:24 +0100
commit0cb3d9c8d688920fbe88721f36140a1281da3b9a (patch)
treefc3ac3e8823e2308dcfa74a8329abfca4343041f
parent11c1344bdadb5a5aca061e1a5483c05c3b2c746e (diff)
pullimap: precise that the mailbox needs to be UTF-7 encoded and unquoted.
-rw-r--r--pullimap.md9
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