/head: changeset 105
Added some more todos
This commit is contained in:
parent
817a10ce0f
commit
188497d972
@ -2,3 +2,8 @@
|
|||||||
to the IMAP server fails, or there is another socket error.
|
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
|
offlineimap (2.0.8) unstable; urgency=low
|
||||||
|
|
||||||
* Modified the IMAP folder to use SELECT rather than STATUS more often.
|
* Modified the IMAP folder to use SELECT rather than STATUS more often.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
productname = 'OfflineIMAP'
|
productname = 'OfflineIMAP'
|
||||||
versionstr = "2.0.8"
|
versionstr = "3.0.0"
|
||||||
|
|
||||||
versionlist = versionstr.split(".")
|
versionlist = versionstr.split(".")
|
||||||
major = versionlist[0]
|
major = versionlist[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user