1
0
mirror of https://github.com/OfflineIMAP/offlineimap.git synced 2024-06-28 07:40:51 +02:00
offlineimap/offlineimap
夏恺(Xia Kai) d36209a305 add proxy support powered by PySocks
Read proxy option in imapserver, instantiate a class in imaplibutil
using a self-defined keyword and a socket instance, and use this socket
instance to substitute the default socket instance used in imaplib2.

Signed-off-by: 夏恺(Xia Kai) <xiaket@gmail.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2015-02-17 10:34:20 +01:00
..
folder LocalStatusSQLite: provide information on what is failing for OperationalError 2015-02-16 10:31:21 +01:00
repository more style consistency 2015-02-10 17:25:00 +01:00
ui more style consistency 2015-02-10 17:25:00 +01:00
utils Make OS-default CA certificate file to be requested explicitely 2015-01-18 22:05:49 +03:00
__init__.py v6.5.7-rc2 2015-01-18 21:29:37 +01:00
accounts.py more style consistency 2015-02-10 17:25:00 +01:00
CustomConfig.py Properly re-raise exception to save original tracebacks 2015-01-12 17:51:21 +03:00
emailutil.py more style consistency 2015-01-08 23:36:19 +01:00
error.py more consistent style 2015-01-07 21:31:43 +01:00
globals.py Create global instance of command-line options 2013-02-11 23:34:18 +04:00
imaplib2.py Imaplib2: use proper tracebacks for exceptions 2015-01-19 00:18:14 +03:00
imaplibutil.py add proxy support powered by PySocks 2015-02-17 10:34:20 +01:00
imapserver.py add proxy support powered by PySocks 2015-02-17 10:34:20 +01:00
imaputil.py more style consistency 2015-02-10 17:25:00 +01:00
init.py more style consistency 2015-02-10 17:25:00 +01:00
localeval.py localeval: avoid redefining 'file' keyword 2015-01-14 17:18:48 +01:00
mbnames.py more consistent style 2015-01-07 21:31:43 +01:00
syncmaster.py Exit "infinite" monitorloop when SyncRunner thread exits 2011-11-02 11:55:05 +01:00
threadutil.py more style consistency 2015-02-10 17:25:00 +01:00