docker-offlineimap/offlineimap
Rodolfo García Peñas (kix) 6a88896607 Handle socks connection errors
This patch handles the socks connection problems. First, move the "msg"
variable to the places where the variable is used. This variable could
be unset in the for loop, so is better move to these places.

This patch also removes the "msg" variable set in th except blocks, like
except socket.error as msg, because the variable is not used.

The patch also removes the "i" variable, not used.

Finally, the patch correct some typos.

Close: #67

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
2021-08-07 20:57:46 +02:00
..
folder OS rename raises an exception on Windows 2021-07-25 15:53:09 +02:00
repository Allow create and delete folders with spaces 2021-08-07 15:46:37 +02:00
ui Merge pull request #54 from sudipm-mukherjee/curses 2021-05-09 11:23:24 +02:00
utils distro_utils.py renamed variable f 2020-11-01 08:31:47 +01:00
__init__.py Reformat offlineimap/__init__.py 2020-08-29 20:04:40 +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 Handle connection refused messages 2021-08-07 20:33:06 +02:00
imaputil.py Fix utf8foldernames configuration option to work with Python3 2021-02-05 16:57:51 +02: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