docker-offlineimap/offlineimap/head
jgoerzen b36c52d5af /offlineimap/head: changeset 474
- offlineimap (3.99.17) unstable; urgency=low

- Fixed two potential obscure race conditions in folder/Maildir.py. +
  Condition 1 involved the gettimeseq() function. This function
  accesses per-module variables but does not have a lock. It may have
  been possible for this to have been called in such a way that
  timeseq was not properly updated. + Condition 2 involved the call to
  gettimeseq(). Since the timeseq is based on the system clock, we now
  use the time as reported inside timeseq() rather than outside. This
  way, we can be assured that the same value is in use both places.

- Added debug code to savemessage in folder/Maildir.py to try to track
  down a mysterious 0-length file bug. -- John Goerzen
  <jgoerzen@complete.org> Tue, 6 May 2003 09:21:38 -0500
2003-05-06 20:26:12 +01:00
..
bin /offlineimap/head: changeset 472 2003-05-06 19:50:01 +01:00
debian /offlineimap/head: changeset 474 2003-05-06 20:26:12 +01:00
docs/sgml-common /offlineimap/head: changeset 469 2003-04-30 02:18:17 +01:00
offlineimap /offlineimap/head: changeset 474 2003-05-06 20:26:12 +01:00
ChangeLog /offlineimap/head: changeset 461 2003-04-29 09:35:50 +01:00
COPYING Step 1 of rearranging per r129 2005-04-16 20:05:39 +01:00
COPYRIGHT /offlineimap/head: changeset 367 2003-04-16 20:23:45 +01:00
Makefile /offlineimap/head: changeset 367 2003-04-16 20:23:45 +01:00
manual.html /offlineimap/head: changeset 449 2003-04-22 21:47:25 +01:00
manual.pdf /offlineimap/head: changeset 449 2003-04-22 21:47:25 +01:00
manual.ps /offlineimap/head: changeset 449 2003-04-22 21:47:25 +01:00
manual.txt /offlineimap/head: changeset 449 2003-04-22 21:47:25 +01:00
offlineimap.1 /offlineimap/head: changeset 449 2003-04-22 21:47:25 +01:00
offlineimap.conf /offlineimap/head: changeset 458 2003-04-29 03:25:42 +01:00
offlineimap.conf.minimal /offlineimap/head: changeset 449 2003-04-22 21:47:25 +01:00
offlineimap.py /offlineimap/head: changeset 472 2003-05-06 19:50:01 +01:00
offlineimap.sgml /offlineimap/head: changeset 449 2003-04-22 21:47:25 +01:00
README /offlineimap/head: changeset 466 2003-04-29 21:48:52 +01:00
setup.py /offlineimap/head: changeset 367 2003-04-16 20:23:45 +01:00

OfflineIMAP
Copyright (C) 2002, 2003 John Goerzen <jgoerzen@complete.org>
This software comes with ABSOLUTELY NO WARRANTY; see the file
COPYING for details.  This is free software, and you are welcome
to distribute it under the conditions laid out in COPYING.

gopher://quux.org/1/devel/offlineimap
http://quux.org/devel/offlineimap

Please see manual.txt; the information previously in README has been moved
there.