]> code.delx.au - offlineimap/log
offlineimap
18 years agoTAG DEBIAN_offlineimap_4.0.12 DEBIAN_offlineimap_4.0.12
John Goerzen [Mon, 1 May 2006 19:56:11 +0000 (20:56 +0100)]
TAG DEBIAN_offlineimap_4.0.12

18 years agoUpdate docs
John Goerzen [Mon, 1 May 2006 19:47:59 +0000 (20:47 +0100)]
Update docs

18 years agoRemove parens for SEARCH command
John Goerzen [Mon, 1 May 2006 19:40:55 +0000 (20:40 +0100)]
Remove parens for SEARCH command

Patch from Adam Spiers

Reported that parens were causing trouble for Groupwise IMAP server

18 years agoNoted new patch in changelog
John Goerzen [Wed, 1 Mar 2006 23:15:45 +0000 (00:15 +0100)]
Noted new patch in changelog

18 years agoDocumented restoreatime in offlineimap.conf
John Goerzen [Wed, 1 Mar 2006 23:14:18 +0000 (00:14 +0100)]
Documented restoreatime in offlineimap.conf

18 years agoNew restoreatime patch
John Goerzen [Wed, 1 Mar 2006 23:12:29 +0000 (00:12 +0100)]
New restoreatime patch

From: Ben Kibbey <bjk@luxsci.net>

Attached is a patch to restore the atime of Maildir folders after
syncing. It can be enabled via the 'restoreatime' boolean in the
configuration file. I needed this because offlineimap is run after a
fetchmail and my mail checker breaks.

18 years agoWorkaround for bug in Exchange
John Goerzen [Fri, 7 Oct 2005 19:11:20 +0000 (20:11 +0100)]
Workaround for bug in Exchange

With help from Mark R. Biggers, I discovered that Exchange doesn't like an
asterisk in a folder name.

Sigh.

18 years agoAdded example file for Exchange sync
John Goerzen [Thu, 6 Oct 2005 19:53:32 +0000 (20:53 +0100)]
Added example file for Exchange sync

From Mark R. Biggers
http://lists.complete.org/offlineimap@complete.org/2005/09/msg00011.html.gz

18 years agoRegen docs
John Goerzen [Wed, 28 Sep 2005 17:17:13 +0000 (18:17 +0100)]
Regen docs

18 years agoSGML syntax fix
John Goerzen [Wed, 28 Sep 2005 17:17:00 +0000 (18:17 +0100)]
SGML syntax fix

18 years agoAdded new info about Exchange to manual
John Goerzen [Wed, 28 Sep 2005 17:15:03 +0000 (18:15 +0100)]
Added new info about Exchange to manual

18 years agoTAG DEBIAN_offlineimap_4.0.11 DEBIAN_offlineimap_4.0.11
John Goerzen [Wed, 24 Aug 2005 18:14:45 +0000 (19:14 +0100)]
TAG DEBIAN_offlineimap_4.0.11

18 years agoReadying 4.0.11 release
John Goerzen [Wed, 24 Aug 2005 18:07:15 +0000 (19:07 +0100)]
Readying 4.0.11 release

18 years agoNoted date fix in changelog
John Goerzen [Wed, 24 Aug 2005 18:05:33 +0000 (19:05 +0100)]
Noted date fix in changelog

18 years ago[324827] Fixed handling of invalid dates
John Goerzen [Wed, 24 Aug 2005 18:01:42 +0000 (19:01 +0100)]
[324827] Fixed handling of invalid dates

Patch from Nikita V. Youshchenko

From: "Nikita V. Youshchenko"
To: Debian Bug Tracking System
Subject: offlineimap: exception on mail with broken headers (+fix)
Date: Wed, 24 Aug 2005 13:41:08 +0400

Package: offlineimap
Version: 4.0.10
Severity: normal
Tags: patch

Recently I've got an exception (see below) while using offlineimap.
Exception was probably caused by invalid Date header of (likely spam)
message:
Date: Sat, 20 Aug 2005 4294967295:43:18 -0700

18 years agoNoted performance patch in changelog
John Goerzen [Tue, 23 Aug 2005 07:16:34 +0000 (08:16 +0100)]
Noted performance patch in changelog

18 years ago[319117] Unroll loop to speed performance on large folders
John Goerzen [Tue, 23 Aug 2005 07:15:09 +0000 (08:15 +0100)]
[319117] Unroll loop to speed performance on large folders

From: "Nikita V. Youshchenko"
I trued to use offlineimap and found that while being quite fast on
small folders, it takes up to several minutes (of 100% busy CPU and
almost no network traffic) to sync a folder with 2000+ messages.

While looking into the code, I found why this happens.
In folder/Base.py, in method BaseFolder.syncmessagesto_copy(),
dest.getmessagelist() is called inside a loop, while being a loop
invariant. Similar thing happens in BaseFolder.syncmessagesto_delete()
for self.getmessagelist().
This causes quadratic complexity over folder size.

Moving these calls out of loops make large folder sync fast (several
seconds instead of several minutes for folder with 2000 messages on
700MHz P3).

18 years agoNoted changelog for next upload
John Goerzen [Fri, 17 Jun 2005 18:19:08 +0000 (19:19 +0100)]
Noted changelog for next upload

18 years agoRegen docs
John Goerzen [Fri, 17 Jun 2005 18:18:30 +0000 (19:18 +0100)]
Regen docs

18 years agoFixed foldertrans to be nametrans in doc, debian 314429
John Goerzen [Fri, 17 Jun 2005 18:18:10 +0000 (19:18 +0100)]
Fixed foldertrans to be nametrans in doc, debian 314429

18 years agoRemoved old subversion commands
John Goerzen [Thu, 2 Jun 2005 18:58:01 +0000 (19:58 +0100)]
Removed old subversion commands

18 years agoTAG DEBIAN_offlineimap_4.0.10 DEBIAN_offlineimap_4.0.10
John Goerzen [Tue, 24 May 2005 23:40:29 +0000 (00:40 +0100)]
TAG DEBIAN_offlineimap_4.0.10

18 years agoNoted Debian copyright
John Goerzen [Mon, 23 May 2005 23:13:31 +0000 (00:13 +0100)]
Noted Debian copyright

18 years agoUpdated copyright and version files for 4.0.10
John Goerzen [Mon, 23 May 2005 23:12:58 +0000 (00:12 +0100)]
Updated copyright and version files for 4.0.10

18 years agoDebian changelog note for 4.0.10
John Goerzen [Mon, 23 May 2005 23:11:22 +0000 (00:11 +0100)]
Debian changelog note for 4.0.10

18 years agoRemoved unnecessary blank lines
John Goerzen [Mon, 23 May 2005 23:10:11 +0000 (00:10 +0100)]
Removed unnecessary blank lines

18 years agoSupport IPv6 with SSL
John Goerzen [Mon, 23 May 2005 23:09:21 +0000 (00:09 +0100)]
Support IPv6 with SSL

Fix for Debian #309965.

19 years agoTAG Final Arch version Final_Arch_version
John Goerzen [Sat, 16 Apr 2005 19:39:25 +0000 (20:39 +0100)]
TAG Final Arch version

19 years agoRemoved dep on profile
John Goerzen [Thu, 10 Feb 2005 04:37:33 +0000 (05:37 +0100)]
Removed dep on profile

Keywords:

(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-8)

19 years agoAdded courier example
John Goerzen [Mon, 17 Jan 2005 20:07:35 +0000 (21:07 +0100)]
Added courier example

Keywords:

(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-7)

19 years agoRemoved old bugs.complete.org info and rebuilt docs
John Goerzen [Tue, 16 Nov 2004 23:14:17 +0000 (00:14 +0100)]
Removed old bugs.complete.org info and rebuilt docs

Keywords:

(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-6)

19 years agoCheckpointing for .8
John Goerzen [Tue, 16 Nov 2004 22:44:41 +0000 (23:44 +0100)]
Checkpointing for .8

Keywords:

(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-5)

19 years agoAdded code to limit command line length for very large mailboxes
John Goerzen [Tue, 16 Nov 2004 22:41:09 +0000 (23:41 +0100)]
Added code to limit command line length for very large mailboxes

Keywords:

(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-4)

19 years agoSet tagging method to tagline; ChangeLog really added now.
John Goerzen [Mon, 18 Oct 2004 19:01:50 +0000 (20:01 +0100)]
Set tagging method to tagline; ChangeLog really added now.

Keywords:

(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-3)

19 years agoMoved Subversion changelog to ChangeLog.svn; added Arch ChangeLog
John Goerzen [Mon, 18 Oct 2004 19:01:19 +0000 (20:01 +0100)]
Moved Subversion changelog to ChangeLog.svn; added Arch ChangeLog

Keywords:

(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-2)

19 years agoAttempt to fix problem with getting back the wrong UID from APPENDUID
John Goerzen [Mon, 18 Oct 2004 19:00:29 +0000 (20:00 +0100)]
Attempt to fix problem with getting back the wrong UID from APPENDUID

Keywords:

(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-1)

19 years agoInitial base-0 from arch
John Goerzen [Sat, 16 Apr 2005 19:35:25 +0000 (20:35 +0100)]
Initial base-0 from arch

19 years agoStep 2 of SVN to arch tree conversion
John Goerzen [Sat, 16 Apr 2005 19:33:35 +0000 (20:33 +0100)]
Step 2 of SVN to arch tree conversion

19 years agoStep 1 of converting tree to Arch layout
John Goerzen [Sat, 16 Apr 2005 19:32:25 +0000 (20:32 +0100)]
Step 1 of converting tree to Arch layout

19 years agoTAG Last Subversion point Last_Subversion_point
John Goerzen [Sat, 16 Apr 2005 19:28:44 +0000 (20:28 +0100)]
TAG Last Subversion point

19 years agoTAG REL4.0.7 REL4.0.7
John Goerzen [Sat, 16 Apr 2005 19:28:03 +0000 (20:28 +0100)]
TAG REL4.0.7

19 years agoTAG REL4.0.0 REL4.0.0
John Goerzen [Sat, 16 Apr 2005 19:26:44 +0000 (20:26 +0100)]
TAG REL4.0.0

19 years agoTAG REL3.99.0 REL3.99.0
John Goerzen [Sat, 16 Apr 2005 19:24:52 +0000 (20:24 +0100)]
TAG REL3.99.0

19 years agoTAG REL3.2.0 REL3.2.0
John Goerzen [Sat, 16 Apr 2005 19:24:15 +0000 (20:24 +0100)]
TAG REL3.2.0

19 years agoTAG REL3.1.0 REL3.1.0
John Goerzen [Sat, 16 Apr 2005 19:23:37 +0000 (20:23 +0100)]
TAG REL3.1.0

19 years agoTAG REL3.0.0 REL3.0.0
John Goerzen [Sat, 16 Apr 2005 19:22:53 +0000 (20:22 +0100)]
TAG REL3.0.0

19 years agoTAG REL2.0.0 REL2.0.0
John Goerzen [Sat, 16 Apr 2005 19:21:53 +0000 (20:21 +0100)]
TAG REL2.0.0

19 years agoTAG REL1.0.4 REL1.0.4
John Goerzen [Sat, 16 Apr 2005 19:18:11 +0000 (20:18 +0100)]
TAG REL1.0.4

19 years ago/offlineimap/head: changeset 593
jgoerzen [Mon, 2 Aug 2004 03:42:57 +0000 (04:42 +0100)]
/offlineimap/head: changeset 593

Fixed silly error

19 years ago/offlineimap/head: changeset 592
jgoerzen [Mon, 2 Aug 2004 02:50:23 +0000 (03:50 +0100)]
/offlineimap/head: changeset 592

This is 4.0.7

19 years ago/offlineimap/head: changeset 591
jgoerzen [Mon, 2 Aug 2004 02:49:16 +0000 (03:49 +0100)]
/offlineimap/head: changeset 591

Added additional debugging for IMAP download

19 years ago/offlineimap/head: changeset 590
jgoerzen [Mon, 26 Jul 2004 20:47:36 +0000 (21:47 +0100)]
/offlineimap/head: changeset 590

Preparing 4.0.6

19 years ago/offlineimap/head: changeset 589
jgoerzen [Mon, 26 Jul 2004 20:37:45 +0000 (21:37 +0100)]
/offlineimap/head: changeset 589

Various bug fixes and enhancements

19 years ago/offlineimap/head: changeset 588
jgoerzen [Tue, 13 Jul 2004 20:25:27 +0000 (21:25 +0100)]
/offlineimap/head: changeset 588

Updated for 4.0.5

19 years ago/offlineimap/head: changeset 587
jgoerzen [Tue, 13 Jul 2004 20:24:46 +0000 (21:24 +0100)]
/offlineimap/head: changeset 587

Updated ChangeLog

19 years ago/offlineimap/head: changeset 586
jgoerzen [Tue, 13 Jul 2004 20:22:41 +0000 (21:22 +0100)]
/offlineimap/head: changeset 586

Added python, python-dev to build-deps.

19 years ago/offlineimap/head: changeset 585
jgoerzen [Tue, 15 Jun 2004 14:45:13 +0000 (15:45 +0100)]
/offlineimap/head: changeset 585

Updated changelog

19 years ago/offlineimap/head: changeset 584
jgoerzen [Tue, 15 Jun 2004 14:44:05 +0000 (15:44 +0100)]
/offlineimap/head: changeset 584

Preparing 4.0.4

19 years ago/offlineimap/head: changeset 583
jgoerzen [Tue, 15 Jun 2004 14:43:14 +0000 (15:43 +0100)]
/offlineimap/head: changeset 583

Reverted patch from Daniel James and updated Changelog.

19 years ago/offlineimap/head: changeset 582
jgoerzen [Fri, 4 Jun 2004 21:04:29 +0000 (22:04 +0100)]
/offlineimap/head: changeset 582

Updated copyright info

19 years ago/offlineimap/head: changeset 581
jgoerzen [Fri, 4 Jun 2004 20:50:57 +0000 (21:50 +0100)]
/offlineimap/head: changeset 581

Use dh_python

19 years ago/offlineimap/head: changeset 580
jgoerzen [Fri, 4 Jun 2004 20:47:21 +0000 (21:47 +0100)]
/offlineimap/head: changeset 580

Final changes before 4.0.3

19 years ago/offlineimap/head: changeset 579
jgoerzen [Fri, 4 Jun 2004 20:42:52 +0000 (21:42 +0100)]
/offlineimap/head: changeset 579

Preparing 4.0.3

19 years ago/offlineimap/head: changeset 578
jgoerzen [Fri, 4 Jun 2004 20:29:24 +0000 (21:29 +0100)]
/offlineimap/head: changeset 578

Applied patch from Daniel James to adjust the insertion point for a
new header.

19 years ago/offlineimap/head: changeset 577
jgoerzen [Fri, 4 Jun 2004 20:26:30 +0000 (21:26 +0100)]
/offlineimap/head: changeset 577

Fixed various doc bugs

19 years ago/offlineimap/head: changeset 576
jgoerzen [Fri, 4 Jun 2004 20:13:11 +0000 (21:13 +0100)]
/offlineimap/head: changeset 576

Moved to Python2.3 and bumped version number

20 years ago/offlineimap/head: changeset 575
jgoerzen [Sat, 1 Nov 2003 03:18:56 +0000 (04:18 +0100)]
/offlineimap/head: changeset 575

Fixed missing _display in Noninteractive.

20 years ago/offlineimap/head: changeset 574
jgoerzen [Sat, 11 Oct 2003 09:23:47 +0000 (10:23 +0100)]
/offlineimap/head: changeset 574

Slight changelog fix for 4.0.1

20 years ago/offlineimap/head: changeset 521
jgoerzen [Sat, 26 Jul 2003 02:01:25 +0000 (03:01 +0100)]
/offlineimap/head: changeset 521

A few fixes for Jython compatibility.

20 years ago/offlineimap/head: changeset 520
jgoerzen [Sat, 26 Jul 2003 01:47:18 +0000 (02:47 +0100)]
/offlineimap/head: changeset 520

Updated docs

20 years ago/offlineimap/head: changeset 519
jgoerzen [Sat, 26 Jul 2003 01:41:35 +0000 (02:41 +0100)]
/offlineimap/head: changeset 519

Updated docs with some history

20 years ago/offlineimap/head: changeset 518
jgoerzen [Fri, 25 Jul 2003 02:15:27 +0000 (03:15 +0100)]
/offlineimap/head: changeset 518

Fixed a problem with the version number printout routine.

20 years ago/offlineimap/head: changeset 517
jgoerzen [Fri, 25 Jul 2003 01:58:20 +0000 (02:58 +0100)]
/offlineimap/head: changeset 517

Adjusted __init__ code to use __all__ to provide better compatibility
with jython.

20 years ago/offlineimap/head: changeset 515
jgoerzen [Sat, 19 Jul 2003 02:13:04 +0000 (03:13 +0100)]
/offlineimap/head: changeset 515

Included more docs in Debian package.

20 years ago/offlineimap/head: changeset 514
jgoerzen [Sat, 19 Jul 2003 01:59:56 +0000 (02:59 +0100)]
/offlineimap/head: changeset 514

Fixed a manpage typo. Closes: [debian.org #201497] Notify: bk@bk.cx

20 years ago/offlineimap/head: changeset 511
jgoerzen [Fri, 18 Jul 2003 23:56:15 +0000 (00:56 +0100)]
/offlineimap/head: changeset 511

Final version number updates

20 years ago/offlineimap/head: changeset 510
jgoerzen [Fri, 18 Jul 2003 23:54:18 +0000 (00:54 +0100)]
/offlineimap/head: changeset 510

Final commits before 4.0. This is the re-built manual and updated
ChangeLog.

20 years ago/offlineimap/head: changeset 509
jgoerzen [Fri, 18 Jul 2003 23:49:13 +0000 (00:49 +0100)]
/offlineimap/head: changeset 509

Added a section on upgrading to the documentation

20 years ago/offlineimap/head: changeset 487
jgoerzen [Fri, 27 Jun 2003 00:03:07 +0000 (01:03 +0100)]
/offlineimap/head: changeset 487

Fixed version confusion

20 years ago/offlineimap/head: changeset 486
jgoerzen [Thu, 26 Jun 2003 23:38:47 +0000 (00:38 +0100)]
/offlineimap/head: changeset 486

Prep for 3.99.19

20 years ago/offlineimap/head: changeset 485
jgoerzen [Thu, 26 Jun 2003 23:28:54 +0000 (00:28 +0100)]
/offlineimap/head: changeset 485

Applied patch from Joerg Wendland <joergland@debian.org> to use
APPENDUID result from mail servers that provide it. Closes: #198772.
Resolves: [debian.org #198772]

20 years ago/offlineimap/head: changeset 484
jgoerzen [Mon, 2 Jun 2003 21:17:29 +0000 (22:17 +0100)]
/offlineimap/head: changeset 484

Added a "force" option to imapserver/select to force a reloading of a
folder. Per [complete.org #67], when cachemessagelist() was called on
an object that was cached from a previous run, it would not re-issue
the select(). Closes: [complete.org #67]

20 years ago/offlineimap/head: changeset 482
jgoerzen [Mon, 2 Jun 2003 21:11:51 +0000 (22:11 +0100)]
/offlineimap/head: changeset 482

20 years ago/offlineimap/head: changeset 481
jgoerzen [Mon, 2 Jun 2003 21:09:57 +0000 (22:09 +0100)]
/offlineimap/head: changeset 481

Updated

20 years ago/offlineimap/head: changeset 480
jgoerzen [Mon, 2 Jun 2003 19:52:33 +0000 (20:52 +0100)]
/offlineimap/head: changeset 480

Fixed the -l option

20 years ago/offlineimap/head: changeset 479
jgoerzen [Mon, 2 Jun 2003 19:07:30 +0000 (20:07 +0100)]
/offlineimap/head: changeset 479

Made -d recognized

20 years ago/offlineimap/head: changeset 478
jgoerzen [Mon, 2 Jun 2003 19:06:18 +0000 (20:06 +0100)]
/offlineimap/head: changeset 478

Added -l option. Updated documentation for it. Changed _msg to
_display override in UI modules. Renamed "doc" to "docs" target in
Makefile to avoid conflicting with a subdir.

20 years ago/offlineimap/head: changeset 477
jgoerzen [Wed, 28 May 2003 03:01:27 +0000 (04:01 +0100)]
/offlineimap/head: changeset 477

Fixed SSL for Python2.3.

20 years ago/offlineimap/head: changeset 475
jgoerzen [Tue, 6 May 2003 19:27:36 +0000 (20:27 +0100)]
/offlineimap/head: changeset 475

Preparing for 3.99.17

20 years ago/offlineimap/head: changeset 474
jgoerzen [Tue, 6 May 2003 19:26:12 +0000 (20:26 +0100)]
/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

20 years ago/offlineimap/head: changeset 472
jgoerzen [Tue, 6 May 2003 18:50:01 +0000 (19:50 +0100)]
/offlineimap/head: changeset 472

Prepping for 3.99.16

20 years ago/offlineimap/head: changeset 471
jgoerzen [Tue, 6 May 2003 18:41:13 +0000 (19:41 +0100)]
/offlineimap/head: changeset 471

- Added some significant debug code to folder/IMAP.py when saving a
  new message with APPEND. This should make it easier to track down
  bugs both in OfflineIMAP and in mail servers that implement this
  poorly.

- Fixed adding of X-OfflineIMAP header when the message starts out
  with no headers. (This should not generally occur.) This should help
  with some "invalid literal for long()" problems.

21 years ago/offlineimap/head: changeset 470
jgoerzen [Wed, 30 Apr 2003 02:54:07 +0000 (03:54 +0100)]
/offlineimap/head: changeset 470

Added a note about the Debian bug this closes.

21 years ago/offlineimap/head: changeset 469
jgoerzen [Wed, 30 Apr 2003 01:18:17 +0000 (02:18 +0100)]
/offlineimap/head: changeset 469

Added from rev 5

21 years ago/offlineimap/head: changeset 468
jgoerzen [Wed, 30 Apr 2003 00:44:17 +0000 (01:44 +0100)]
/offlineimap/head: changeset 468

Added

21 years ago/offlineimap/head: changeset 467
jgoerzen [Tue, 29 Apr 2003 21:30:26 +0000 (22:30 +0100)]
/offlineimap/head: changeset 467

When sep was /, the new Maildir support code would recursively try to
scan ., resulting in huge paths and an eventual crash. Fixed with a
one-line patch to Maildir.py. Closes: [complete.org #60] Sergei, The
below diff is going into 3.99.16. You can apply it to 3.99.15 and it
should work for you now. Please let me know. (Ignore any patch errors
for debian/changelog). Thanks for the report.

21 years ago/offlineimap/head: changeset 466
jgoerzen [Tue, 29 Apr 2003 20:48:52 +0000 (21:48 +0100)]
/offlineimap/head: changeset 466

Testing bug mailing

21 years ago/offlineimap/head: changeset 465
jgoerzen [Tue, 29 Apr 2003 20:46:05 +0000 (21:46 +0100)]
/offlineimap/head: changeset 465

This is more testing. Closes: [complete.org #62]

21 years ago/offlineimap/head: changeset 464
jgoerzen [Tue, 29 Apr 2003 20:38:05 +0000 (21:38 +0100)]
/offlineimap/head: changeset 464

Testing BTS actions. Notify: jglt@complete.org Notify: [complete.org
#62], [debian.org #154165]

21 years ago/offlineimap/head: changeset 463
jgoerzen [Tue, 29 Apr 2003 18:13:52 +0000 (19:13 +0100)]
/offlineimap/head: changeset 463

Readying to accept changes, captain