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-05-01 20:18:29 +02:00
|
|
|
* Enable 1-way synchronization by settting a [Repository ...] to
|
|
|
|
readonly = True. When e.g. using offlineimap for backup purposes you
|
|
|
|
can thus make sure that no changes in your backup trickle back into
|
|
|
|
the main IMAP server.
|
|
|
|
|
2011-01-19 20:13:38 +01:00
|
|
|
Changes
|
|
|
|
-------
|
|
|
|
|
2011-03-24 17:45:21 +01:00
|
|
|
* Reduced our sync logic from 4 passes to 3 passes (integrating upload of
|
|
|
|
"new" and "existing" messages into one function). This should result in a
|
|
|
|
slight speedup.
|
2011-04-28 18:29:14 +02:00
|
|
|
* No whitespace is stripped from comma-separated arguments passed via
|
2011-04-28 15:26:07 +02:00
|
|
|
the -f option.
|
2011-05-02 11:44:19 +02:00
|
|
|
* Give more detailed error when encountering a corrupt UID mapping file.
|
2011-03-24 17:45:21 +01:00
|
|
|
|
2011-01-19 20:13:38 +01:00
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2011-04-27 11:44:24 +02:00
|
|
|
* Drop connection if synchronisation failed. This is needed if resuming the
|
|
|
|
system from suspend mode gives a wrong connection.
|
2011-05-05 10:19:44 +02:00
|
|
|
* Fix the offlineimap crash when invoking debug option 'thread'
|
2011-04-27 11:44:24 +02:00
|
|
|
|
2011-01-19 20:13:38 +01:00
|
|
|
|
|
|
|
Pending for the next major release
|
|
|
|
==================================
|
|
|
|
|
|
|
|
* UIs get shorter and nicer names. (API changing)
|
2011-03-15 18:49:43 +01:00
|
|
|
* Implement IDLE feature. (delayed until next major release)
|
2011-01-19 20:13:38 +01:00
|
|
|
|
|
|
|
|
|
|
|
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.
|