966841c8d6
This seems to prevent mysterious hangs with SSL imap servers (especially gmail?) and does not harm in any case. So let us enable keep-alive messages for ssl connections. Our thread pool should be made more robust against closed SSL connections (which do not always seem to raise Exceptions), and not deadlock while waiting for resources or data that will never arrive. Reviewed-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Gábor Melis <mega@retes.hu> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
41 lines
712 B
ReStructuredText
41 lines
712 B
ReStructuredText
=========
|
|
ChangeLog
|
|
=========
|
|
|
|
Users should ignore this content: **it is draft**.
|
|
|
|
Contributors should add entries here in the following section, on top of the
|
|
others.
|
|
|
|
`WIP (coming releases)`
|
|
=======================
|
|
|
|
New Features
|
|
------------
|
|
|
|
* SSL: support subjectAltName.
|
|
|
|
Changes
|
|
-------
|
|
|
|
* Makefile use magic to find the version number.
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
* Allow SSL connections to send keep-alive messages.
|
|
|
|
|
|
Pending for the next major release
|
|
==================================
|
|
|
|
* UIs get shorter and nicer names. (API changing)
|
|
|
|
|
|
Stalled
|
|
=======
|
|
|
|
* Learn Sqlite support.
|
|
Stalled: it would need to learn the ability to choose between the current
|
|
format and SQL to help testing the long term.
|