1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00
This commit is contained in:
Guillaume Ayoub 2012-07-16 18:16:17 +02:00
parent c052015d16
commit 4978ea070f

View file

@ -632,7 +632,7 @@ TLS Support
Python 2.6 suffered `a bug <http://bugs.python.org/issue5103>`_ causing huge Python 2.6 suffered `a bug <http://bugs.python.org/issue5103>`_ causing huge
timeout problems with TLS. The bug is fixed since Python 2.6.6. timeout problems with TLS. The bug is fixed since Python 2.6.6.
IAMP authentication over TLS requies Python 3.2. IMAP authentication over TLS requires Python 3.2.
Python 2.7 and Python 3.x do not suffer this bug. Python 2.7 and Python 3.x do not suffer this bug.