История коммитов

Автор SHA1 Сообщение Дата
  Nicolas Sebrecht 03859e89c3 improve error message when ssl_version must be set due to the tls_level 8 лет назад
  Nicolas Sebrecht 7945e10a76 correctly reraise errors with six 8 лет назад
  Nicolas Sebrecht acc9c3cf49 introduce a virtual imaplib2 8 лет назад
  Łukasz Żarnowiecki 0addcbabf0 py3: raise exceptions using six module 8 лет назад
  Łukasz Żarnowiecki c327bec6c8 Convert except X,T to except X as T 8 лет назад
  Ebben Aries 9bfd610230 change hard coding of AF_UNSPEC to user-defined address-families per repository 8 лет назад
  Nicolas Sebrecht 3a056519f9 Merge branch 'pilou--tests1' into next 9 лет назад
  Pierre-Louis Bonicoli 1cdf34e100 remove unnecessary imaplib2 workaround 9 лет назад
  Janna Martl 428349e3f4 fix inaccurate UI messages when some messages are excluded from the cached lists 9 лет назад
  Nicolas Sebrecht ca06819e70 imaplibutil: add missing errno import 9 лет назад
  夏恺(Xia Kai) d36209a305 add proxy support powered by PySocks 9 лет назад
  Nicolas Sebrecht 461554b7b1 more style consistency 9 лет назад
  Eygene Ryabinkin e7fabf9e57 Properly re-raise exception to save original tracebacks 9 лет назад
  Nicolas Sebrecht 61021260cb more consistent style 10 лет назад
  Nicolas Sebrecht 54cff7f786 imaplibutil.py: remove unused imports 10 лет назад
  Eygene Ryabinkin d2ec2a4e9e Extend handling of cert_fingerprint 10 лет назад
  Eygene Ryabinkin 6cbd2498ae Refactoring: make functions to be private if we can 10 лет назад
  Eygene Ryabinkin 131ac5c827 IMAPlib mixin class: pass 'readonly' exception to our callers 12 лет назад
  Sebastian Spaeth 895e709bf2 Fix SSL fingerprint was not always checked 12 лет назад
  Sebastian Spaeth 5c598d7e74 dict.has_key(a) --> a in dict 12 лет назад
  Sebastian Spaeth 81fc20c7ca Remove python<2.6 import workarounds (set & ssl) 12 лет назад
  Sebastian Spaeth 0844d27f9f except Ex, e: --> except Ex as e: 12 лет назад
  Sebastian Spaeth 50de2174bf Allow to pass 'force' arg to selectro() to enforce a new select 13 лет назад
  Sebastian Spaeth 33b4a16dac Fix mbox.select(foldername) readonly parameter comparison 13 лет назад
  Sebastian Spaeth bc10e05600 Check for SSL module existence and only do fingerprint check then 13 лет назад
  Sebastian Spaeth eafea0c880 IMAP4.sslobj -> sock 13 лет назад
  Sebastian Spaeth 8800fa37a3 Implement Server SSL fingerprint check 13 лет назад
  Sebastian Spaeth 61fffd5c5f imaplibutil: Have SELECT throw an OfflineImapError when the connection died 13 лет назад
  Sebastian Spaeth 3a91e296f0 Adapt the code to work with the new imaplib2 13 лет назад
  Sebastian Spaeth 3c89a72be9 remove unused 'mustquote' regex 13 лет назад
  Sebastian Spaeth c293e64119 Fix caching inconsistencies in getselectedfolder() 13 лет назад
  Sebastian Spaeth d122dde93f Check SSL certificate for expiration 13 лет назад
  Nicolas Sebrecht fc6c12d96c improve message "error 111" if connection failed 13 лет назад
  Nicolas Sebrecht a39128516b explicitly define symbols to import instead of 'import *' 13 лет назад
  Sebastian Spaeth b3a383d151 accounts: handle OfflineImapError severity FOLDER 13 лет назад
  Ethan Glasser-Camp 9e734006f6 Fix IMAP4_Tunnel to work with imaplib2 13 лет назад
  Vincent Beffara bb48b6deaf Get rid of the UsefulIMAP4 classes 13 лет назад
  Vincent Beffara 9f03f41b70 Move UsefulIMAPMixIn to imaplibutil.py 13 лет назад
  Nicolas Sebrecht 44eefae043 cleanup import statements and conform to PEP-8 13 лет назад
  Ethan Glasser-Camp 197030da1a Remove obsolete read(), readline(), _read_upto() methods 13 лет назад
  Ethan Glasser-Camp 1bf4bee5e6 Update to match semantics of new imaplib2 13 лет назад
  Ethan Glasser-Camp f9413226b8 Import imaplib2 instead of imaplib 13 лет назад
  Nicolas Sebrecht 7b8d7501d1 Merge branch 'master' into next 13 лет назад
  Haojun Bao b94bf79258 fix hang because of infinite loop reading EOF 13 лет назад
  Gábor Melis 966841c8d6 Allow SSL connections to send keep-alive messages 13 лет назад
  Thomas Jost 838a67bc40 Support subjectAltName in SSL certificates 13 лет назад
  Nicolas Sebrecht 87d5ea3057 Merge branch 'master' into next 14 лет назад
  Sebastian Spaeth 9b85ffef89 Only verify hostname if we actually use CA certs 14 лет назад
  Sebastian Spaeth c6d6dc814f Replace UIBase.getglobalui() with getglobalui() 14 лет назад
  Sebastian 4f57b94e23 Implement SSL certificate checking 14 лет назад