docker-offlineimap/offlineimap/repository
Nicolas Sebrecht 08e17de7e2 require usernames and passwords to be UTF-8 encoded
- Learn to support UTF-8 characters where it was not supported for usernames and
  passwords (but for netrc).
- Fix the types in the code for both py2 and py3: we now expect unicode for
  usernames and passwords.

Unicode (UTF-8) is required only for variables with non-ASCII characters.

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2016-06-26 16:57:22 +02:00
..
__init__.py py3: raise exceptions using six module 2016-05-18 01:49:09 +02:00
Base.py Replace dictionary iteration methods 2016-05-16 23:18:26 +02:00
Gmail.py do use the XOAUTH2 url if configured 2015-10-12 07:51:05 +02:00
GmailMaildir.py repository: GmailMaildir: fix copyright 2015-01-14 18:01:05 +01:00
IMAP.py require usernames and passwords to be UTF-8 encoded 2016-06-26 16:57:22 +02:00
LocalStatus.py make sqlite status cache the default 2016-04-09 21:06:38 +02:00
Maildir.py minor code cleanups 2016-06-08 19:03:02 +02:00