/head: changeset 105

Added some more todos
This commit is contained in:
jgoerzen 2002-07-12 00:41:11 +01:00
parent 817a10ce0f
commit 188497d972
3 changed files with 15 additions and 2 deletions

View File

@ -1,4 +1,9 @@
* Add an option to handle the network exception that results if a connection
to the IMAP server fails, or there is another socket error.
* Force unidirectional sync for read-only folders.
* Force unidirectional sync for read-only folders.
* Fix Tk warn()
* Fix uidvalidity workaround for empty folders in UW IMAP

View File

@ -1,3 +1,11 @@
offlineimap (3.0.0) unstable; urgency=low
* Introduced a new graphical user interface written with Tkinter.
* Made IMAP folder addmessagesflags() resiliant to a server refusing
to return a full set of new message flags. Closes: #152587.
-- John Goerzen <jgoerzen@complete.org> Thu, 11 Jul 2002 08:35:42 -0500
offlineimap (2.0.8) unstable; urgency=low
* Modified the IMAP folder to use SELECT rather than STATUS more often.

View File

@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "2.0.8"
versionstr = "3.0.0"
versionlist = versionstr.split(".")
major = versionlist[0]