Loading
Add support for RFCs 5530 and 9755.
5530 (ENABLE) lets a client tell the server which extensions it would like to use, and lets the server tell the client which extensions is has enabled. Most IMAP extensions don't need to be enabled, but UTF8=ACCEPT does. 9755 (UTF8=ACCEPT) requires four things of clients: 1. The client uses ENABLE (added with tests) 2. The client accepts UTF8 strings (worked already, this adds testing) 3. The client cannot use certain SEARCH syntax (tb already did not) 4. The client uses UTF8 for folder names instead of mUTF7 This commit contains a couple of unit tests that do nothing right now, they merely guard against possible future breakage.