diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-05-28 10:21:56 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-05-28 10:21:56 +0200 |
commit | 8569af664b7e545d926253aac011d40b130f375f (patch) | |
tree | b37ef2d4817cb986acf1ca8366b027db3b1e2b4c | |
parent | ac76e611d2f1f625862417d655b25b3251bb3974 (diff) | |
download | fetchmail-8569af664b7e545d926253aac011d40b130f375f.tar.gz fetchmail-8569af664b7e545d926253aac011d40b130f375f.tar.bz2 fetchmail-8569af664b7e545d926253aac011d40b130f375f.zip |
S2.3: Note that the shift changes from +/- to &/- in MUTF-7.
-rw-r--r-- | Mailbox-Names-UTF7.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Mailbox-Names-UTF7.txt b/Mailbox-Names-UTF7.txt index 22e05233..97b63de0 100644 --- a/Mailbox-Names-UTF7.txt +++ b/Mailbox-Names-UTF7.txt @@ -3,8 +3,8 @@ IMAP4r1 Mailbox Names vs. Unicode :author: Matthias_Andree_(ed.)_and_Mark_Crispin :email: matthias.andree@gmx.de :author initials: MA and MC -:revision: 1.000 -:revdate: 2010-05-26 +:revision: 1.001 +:revdate: 2010-05-28 :toc: :data-uri: :icons: @@ -222,7 +222,8 @@ This works similar to UTF-7, but mandates that printable ASCII characters 0x20...0x7E except 0x26 (the ampersand "&") represent themselves, and uses yet another BASE64 alphabet consisting of the upper- and lowercase letters, the digits, and the characters "+" and ",", with some further rules specified in -RFC-3501. +RFC-3501. The leading shift character is replaced by the ampersand "&", +the trailing remains "-", and the "&" can be encoded as "&-". == Conclusions |