docker-offlineimap/offlineimap
lilydjwg 90be450f4d fix imap4-utf-7 decoding errors
>>> import offlineimap.imaputil
>>> b'&g0l6Pw-'.decode('imap4-utf-7')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/ldata/src/offlineimap3/offlineimap/imaputil.py", line 406, in utf7m_decode
    for c in binary.decode():
AttributeError: 'memoryview' object has no attribute 'decode'

Signed-off-by: lilydjwg <lilydjwg@gmail.com>
2022-03-25 18:29:43 +08:00
..
folder OS rename raises an exception on Windows 2021-07-25 15:53:09 +02:00
repository Revert "Use system sslcacertfile by default" 2021-10-12 10:30:09 +02:00
ui Include offlineimap and pid in non interactive logs 2021-10-12 18:00:51 +02:00
utils distro_utils.py renamed variable f 2020-11-01 08:31:47 +01:00
__init__.py v8.0.0 2021-10-18 15:00:16 +02:00
accounts.py accounts: decode output of hooks 2020-10-12 09:01:59 +02:00
CustomConfig.py six: changed offlineimap/CustomConfig.py 2020-09-03 21:35:54 +02:00
error.py Reformat offlineimap/error.py 2020-08-29 20:15:55 +02:00
globals.py Reformat offlineimap/globals.py 2020-08-29 20:16:35 +02:00
imaplibutil.py Handle socks connection errors 2021-08-07 20:57:46 +02:00
imapserver.py Support for IMAPv4 ID extension 2021-10-12 11:58:47 +02:00
imaputil.py fix imap4-utf-7 decoding errors 2022-03-25 18:29:43 +08:00
init.py Do not use UNIX signals in Windows 2021-07-25 15:53:09 +02:00
localeval.py localeval.py removed extra parenthesys 2020-08-30 18:52:56 +02:00
mbnames.py mbnames.py removed extra parenthesys 2020-08-30 18:53:02 +02:00
threadutil.py Removed doxygen param 2020-10-10 14:50:47 +02:00