Commit Graph

2565 Commits

Author SHA1 Message Date
720511f3f1 add missing ) 2006-05-16 04:27:57 +01:00
f2d4c668d5 return 0 rather than raise exception to indicate that message was saved with unknown UID 2006-05-16 03:34:46 +01:00
f11a49f263 make savemessage_searchforheader more robust 2006-05-15 03:51:12 +01:00
ab8c9c8d40 use install --root for buildroot not --prefix 2006-05-15 03:15:23 +01:00
8642a73caa add .spec file and Makefile rule for building an rpm 2006-05-15 02:59:52 +01:00
8064ee26bd Prepping 4.0.13 2006-05-04 18:37:20 +01:00
5a6b2a1ebd Revert restoreatime patch 2006-05-04 09:05:46 +01:00
91d7ecfc68 TAG DEBIAN_offlineimap_4.0.12 2006-05-01 20:56:11 +01:00
1672ad9186 Update docs 2006-05-01 20:47:59 +01:00
c0d031e760 Remove parens for SEARCH command
Patch from Adam Spiers

Reported that parens were causing trouble for Groupwise IMAP server
2006-05-01 20:40:55 +01:00
7c86482b72 Noted new patch in changelog 2006-03-02 00:15:45 +01:00
52ad8f876e Documented restoreatime in offlineimap.conf 2006-03-02 00:14:18 +01:00
405275f541 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.
2006-03-02 00:12:29 +01:00
fabbf81c1a 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.
2005-10-07 20:11:20 +01:00
5272cdb75d Added example file for Exchange sync
From Mark R. Biggers
http://lists.complete.org/offlineimap@complete.org/2005/09/msg00011.html.gz
2005-10-06 20:53:32 +01:00
09234620eb Regen docs 2005-09-28 18:17:13 +01:00
e2b37c5d69 SGML syntax fix 2005-09-28 18:17:00 +01:00
03915ddec3 Added new info about Exchange to manual 2005-09-28 18:15:03 +01:00
a84dc6c486 TAG DEBIAN_offlineimap_4.0.11 2005-08-24 19:14:45 +01:00
27fae4e7ac Readying 4.0.11 release 2005-08-24 19:07:15 +01:00
42d9870343 Noted date fix in changelog 2005-08-24 19:05:33 +01:00
1f25b5393b [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
2005-08-24 19:01:42 +01:00
8d3f3d5b42 Noted performance patch in changelog 2005-08-23 08:16:34 +01:00
0841e03a4c [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).
2005-08-23 08:15:09 +01:00
7a903f3bb1 Noted changelog for next upload 2005-06-17 19:19:08 +01:00
d46fcf177d Regen docs 2005-06-17 19:18:30 +01:00
eeb3d89aa8 Fixed foldertrans to be nametrans in doc, debian 314429 2005-06-17 19:18:10 +01:00
aabe612a96 Removed old subversion commands 2005-06-02 19:58:01 +01:00
bc23c299fa TAG DEBIAN_offlineimap_4.0.10 2005-05-25 00:40:29 +01:00
109ca227cf Noted Debian copyright 2005-05-24 00:13:31 +01:00
ea4158dd6d Updated copyright and version files for 4.0.10 2005-05-24 00:12:58 +01:00
80c6b0cc0f Debian changelog note for 4.0.10 2005-05-24 00:11:22 +01:00
d484b7da44 Removed unnecessary blank lines 2005-05-24 00:10:11 +01:00
cf4a3b1861 Support IPv6 with SSL
Fix for Debian #309965.
2005-05-24 00:09:21 +01:00
b479d74db8 TAG Final Arch version 2005-04-16 20:39:25 +01:00
c42ad3ae55 Removed dep on profile
Keywords: 


(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-8)
2005-02-10 05:37:33 +01:00
240585f2cc Added courier example
Keywords: 


(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-7)
2005-01-17 21:07:35 +01:00
90a72c71b6 Removed old bugs.complete.org info and rebuilt docs
Keywords: 


(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-6)
2004-11-17 00:14:17 +01:00
36d79a5c1f Checkpointing for .8
Keywords: 


(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-5)
2004-11-16 23:44:41 +01:00
8137e53c14 Added code to limit command line length for very large mailboxes
Keywords: 


(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-4)
2004-11-16 23:41:09 +01:00
beb1c689f2 Set tagging method to tagline; ChangeLog really added now.
Keywords: 


(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-3)
2004-10-18 20:01:50 +01:00
f803fdffca Moved Subversion changelog to ChangeLog.svn; added Arch ChangeLog
Keywords: 


(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-2)
2004-10-18 20:01:19 +01:00
440ee1708d Attempt to fix problem with getting back the wrong UID from APPENDUID
Keywords: 


(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-1)
2004-10-18 20:00:29 +01:00
944209b858 Initial base-0 from arch 2005-04-16 20:35:25 +01:00
d839be3c61 Step 2 of SVN to arch tree conversion 2005-04-16 20:33:35 +01:00
3673e4c5d4 Step 1 of converting tree to Arch layout 2005-04-16 20:32:25 +01:00
e774e38cc2 TAG Last Subversion point 2005-04-16 20:28:44 +01:00
1fa3c59422 TAG REL4.0.7 2005-04-16 20:28:03 +01:00
fe7f252461 TAG REL4.0.0 2005-04-16 20:26:44 +01:00
eb361ccd12 TAG REL3.99.0 2005-04-16 20:24:52 +01:00