/head: changeset 105
Added some more todos
This commit is contained in:
parent
817a10ce0f
commit
188497d972
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
productname = 'OfflineIMAP'
|
||||
versionstr = "2.0.8"
|
||||
versionstr = "3.0.0"
|
||||
|
||||
versionlist = versionstr.split(".")
|
||||
major = versionlist[0]
|
||||
|
Loading…
Reference in New Issue
Block a user