2011-01-19 20:13:38 +01:00
|
|
|
=========
|
|
|
|
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
|
|
|
|
------------
|
2011-02-23 10:00:14 +01:00
|
|
|
|
2011-07-08 12:23:16 +02:00
|
|
|
* Implement per-account locking, so that it will possible to sync
|
|
|
|
different accounts at the same time. The old global lock is still in
|
|
|
|
place for backward compatibility reasons (to be able to run old and
|
|
|
|
new versions of OfflineImap concurrently) and will be removed in the
|
|
|
|
future. Starting with this version, OfflineImap will be
|
|
|
|
forward-compatible with the per-account locking style.
|
|
|
|
|
2011-09-16 13:57:55 +02:00
|
|
|
* Implement RFC 2595 LOGINDISABLED. Warn the user and abort when we
|
|
|
|
attempt a plaintext login but the server has explicitly disabled
|
|
|
|
plaintext logins rather than crashing.
|
|
|
|
|
2011-01-19 20:13:38 +01:00
|
|
|
Changes
|
|
|
|
-------
|
|
|
|
|
2011-09-15 15:06:32 +02:00
|
|
|
* Documentation improvements concerning 'restoreatime' and some code cleanup
|
|
|
|
|
2011-01-19 20:13:38 +01:00
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2011-09-19 09:25:48 +02:00
|
|
|
* New emails are not created with "-rwxr-xr-x" but as "-rw-r--r--"
|
|
|
|
anymore, fixing a regression in 6.3.4.
|