/offlineimap/head: changeset 288
Updated for 3.99.5
This commit is contained in:
parent
872d960fa8
commit
2756ca9d5a
@ -18,4 +18,4 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
from offlineimap import init
|
||||
init.startup('3.99.3')
|
||||
init.startup('3.99.5')
|
||||
|
@ -768,6 +768,24 @@ message will be re-downloaded with the proper UID.
|
||||
.B OfflineIMAP
|
||||
makes sure that the message was properly uploaded before deleting it,
|
||||
so there should be no risk of data loss.
|
||||
.SS USE WITH EVOLUTION
|
||||
OfflineIMAP can work with Evolution. To do so, first configure your
|
||||
OfflineIMAP account to have:
|
||||
.br
|
||||
.B sep = /
|
||||
.br
|
||||
in its configuration. Then, configure Evolution with the
|
||||
"Maildir-format mail directories" server type. For the path, you will need to
|
||||
specify the name of the top-level folder
|
||||
.B inside
|
||||
your OfflineIMAP storage location. You're now set!
|
||||
.SS USE WITH KMAIL
|
||||
At this time, I believe that
|
||||
.B OfflineIMAP
|
||||
is not compatible with KMail. KMail cannot work in any mode other than to move
|
||||
all messages out of all folders immediately, which (besides being annoying
|
||||
and fundamentally broken) is incompatible with
|
||||
.B OfflineIMAP.
|
||||
.SS MAILING LIST
|
||||
There is an OfflineIMAP mailing list available.
|
||||
.PP
|
||||
|
@ -18,4 +18,4 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
from offlineimap import init
|
||||
init.startup('3.99.3')
|
||||
init.startup('3.99.5')
|
||||
|
@ -1,8 +1,8 @@
|
||||
productname = 'OfflineIMAP'
|
||||
versionstr = "3.99.3"
|
||||
revno = long('$Rev: 281 $'[6:-2])
|
||||
versionstr = "3.99.5"
|
||||
revno = long('$Rev: 288 $'[6:-2])
|
||||
revstr = "Rev %d" % revno
|
||||
datestr = '$Date: 2002-11-04 13:24:41 -0600 (Mon, 04 Nov 2002) $'
|
||||
datestr = '$Date: 2002-11-19 16:34:09 -0600 (Tue, 19 Nov 2002) $'
|
||||
|
||||
versionlist = versionstr.split(".")
|
||||
major = versionlist[0]
|
||||
|
Loading…
Reference in New Issue
Block a user