]> code.delx.au - offlineimap/log
offlineimap
16 years agoTAG RELEASE_offlineimap_5.99.4 RELEASE_offlineimap_5.99.4
John Goerzen [Fri, 19 Oct 2007 19:41:08 +0000 (20:41 +0100)]
TAG RELEASE_offlineimap_5.99.4

16 years agoTAG DEBIAN_offlineimap_5.99.4 DEBIAN_offlineimap_5.99.4
John Goerzen [Fri, 19 Oct 2007 19:41:07 +0000 (20:41 +0100)]
TAG DEBIAN_offlineimap_5.99.4

16 years agoBump version number
John Goerzen [Fri, 19 Oct 2007 19:32:21 +0000 (20:32 +0100)]
Bump version number

16 years agoUpdate changelog
John Goerzen [Fri, 19 Oct 2007 19:32:00 +0000 (20:32 +0100)]
Update changelog

16 years agoUndo 'Fix Maildir race' patch
John Goerzen [Fri, 19 Oct 2007 19:29:34 +0000 (20:29 +0100)]
Undo 'Fix Maildir race' patch

This was causing OfflineIMAP to hang

16 years agoTAG RELEASE_offlineimap_5.99.3 RELEASE_offlineimap_5.99.3
John Goerzen [Fri, 19 Oct 2007 00:20:58 +0000 (01:20 +0100)]
TAG RELEASE_offlineimap_5.99.3

16 years agoTAG DEBIAN_offlineimap_5.99.3 DEBIAN_offlineimap_5.99.3
John Goerzen [Fri, 19 Oct 2007 00:20:58 +0000 (01:20 +0100)]
TAG DEBIAN_offlineimap_5.99.3

16 years agoRemove bidirectional syncing patch
John Goerzen [Fri, 19 Oct 2007 00:18:37 +0000 (01:18 +0100)]
Remove bidirectional syncing patch

didn't consider nametrans

16 years agoUNDO: Synchronize newly created folders both ways
Vincent Beffara [Sun, 2 Sep 2007 00:43:15 +0000 (01:43 +0100)]
UNDO: Synchronize newly created folders both ways

This involves several changes at different places:

- syncfoldersto() takes statusfolder as an argument, and returns the
  list of new folders and the list of folders that should be ingnored,
  typically those that were deleted. Warns the user about folders that
  are present only on one side and are not synced.

- syncfoldersto() is called both ways, and on folder creation
  forgetfolders() is used to rebuild the list and take the new creation
  into account. Probably not the most efficient, since it involves
  talking to the IMAP server again, but it will rarely be used anyway.

- Locally created folders are treated separately in the synchronization,
  namely the local messages are uploaded and then the normal sync still
  occurs. If the same folder is created on both sides and contains
  messages on both sides, a two-way sync occurs.

16 years agoMore changelog updating
John Goerzen [Fri, 19 Oct 2007 00:13:01 +0000 (01:13 +0100)]
More changelog updating

16 years agoUpdate changelog
John Goerzen [Fri, 19 Oct 2007 00:07:54 +0000 (01:07 +0100)]
Update changelog

16 years agoFix Maildir race
John Goerzen [Fri, 19 Oct 2007 00:06:18 +0000 (01:06 +0100)]
Fix Maildir race

fixes deb#439384

From: martin f krafft
Subject: race condition in Maildir writing

The offlineimap Maildir code checks for file existence and then
opens a file. That's open to a race condition. It's better to open
the file and fail if it already exists. The following patch does
this. It catches OSError 17 (file exists) and re-raises all others.
I'll leave it up to you to decide whether this is appropriate.

16 years agoAdded build-dep on man-db
John Goerzen [Fri, 19 Oct 2007 00:03:59 +0000 (01:03 +0100)]
Added build-dep on man-db

fixes deb#433739

16 years agoSynchronize newly created folders both ways
Vincent Beffara [Sun, 2 Sep 2007 00:43:15 +0000 (01:43 +0100)]
Synchronize newly created folders both ways

This involves several changes at different places:

- syncfoldersto() takes statusfolder as an argument, and returns the
  list of new folders and the list of folders that should be ingnored,
  typically those that were deleted. Warns the user about folders that
  are present only on one side and are not synced.

- syncfoldersto() is called both ways, and on folder creation
  forgetfolders() is used to rebuild the list and take the new creation
  into account. Probably not the most efficient, since it involves
  talking to the IMAP server again, but it will rarely be used anyway.

- Locally created folders are treated separately in the synchronization,
  namely the local messages are uploaded and then the normal sync still
  occurs. If the same folder is created on both sides and contains
  messages on both sides, a two-way sync occurs.

16 years agoDocumented remotehosteval
John Goerzen [Fri, 19 Oct 2007 00:00:12 +0000 (01:00 +0100)]
Documented remotehosteval

From:
Ben Kibbey

> > Attached is a patch to enable evaluation of account credentials with the
> > remotehosteval, remoteusereval and remotepasseval configuration options.
> > I needed this because rather than change all my other programs
> > configuration settings when I change, say a password, I store them in a
> > file. So I call a function in pythonfile which parses the credential
> > file and returns the wanted info. Not really very well tested, but not
> > complex either. Offlineimap is great, thanks.

[ this is the doc for that patch which was already applied ]

16 years agoFixed locked() for noninteractive UIs
John Goerzen [Tue, 9 Oct 2007 23:12:22 +0000 (00:12 +0100)]
Fixed locked() for noninteractive UIs

From: "Mark A. Hershberger"

https://bugs.launchpad.net/ubuntu/+source/offlineimap/+bug/96710

the locked() method isn't implemented for non-interactive UIs, so
exceptions are thrown on cron jobs.  Ubuntu's new apport catches these
and ? well, you get the idea.

patch provided.

16 years agoDaniel Jacobowitz patches
John Goerzen [Mon, 1 Oct 2007 21:20:37 +0000 (22:20 +0100)]
Daniel Jacobowitz patches

fixes deb#433732

Date: Sun, 30 Sep 2007 13:54:56 -0400
From: Daniel Jacobowitz <drow@false.org>
To: offlineimap@complete.org
Subject: Assorted patches

Here's the result of a lazy Sunday hacking on offlineimap.  Sorry for
not breaking this into multiple patches.  They're mostly logically
independent so just ask if that would make a difference.
First, a new -q (quick) option.  The quick option means to only update
folders that seem to have had significant changes.  For Maildir, any
change to any message UID or flags is significant, because checking
the flags doesn't add a significant cost.  For IMAP, only a change to
the total number of messages or a change in the UID of the most recent
message is significant.  This should catch everything except for
flags changes.

The difference in bandwidth is astonishing: a quick sync takes 80K
instead of 5.3MB, and 28 seconds instead of 90.

There's a configuration variable that lets you say every tenth sync
should update flags, but let all the intervening ones be lighter.

Second, a fix to the UID validity problems many people have been
reporting with Courier.  As discussed in Debian bug #433732, I changed
the UID validity check to use SELECT unless the server complains that
the folder is read-only.  This avoids the Courier bug (see the Debian
log for more details).  This won't fix existing validity errors, you
need to remove the local status and validity files by hand and resync.

Third, some speedups in Maildir checking.  It's still pretty slow
due to a combination of poor performance in os.listdir (never reads
more than 4K of directory entries at a time) and some semaphore that
leads to lots of futex wake operations, but at least this saves
20% or so of the CPU time running offlineimap on a single folder:

Time with quick refresh and md5 in loop: 4.75s user 0.46s system 12%
cpu 41.751 total
Time with quick refresh and md5 out of loop: 4.38s user 0.50s system
14% cpu 34.799 total
Time using string compare to check folder: 4.11s user 0.47s system 13%
cpu 34.788 total

And fourth, some display fixes for Curses.Blinkenlights.  I made
warnings more visible, made the new quick sync message cyan, and
made all not explicitly colored messages grey.  That last one was
really bugging me.  Any time OfflineIMAP printed a warning in
this UI, it had even odds of coming out black on black!

Anyway, I hope these are useful.  I'm happy to revise them if you see
a problem.

--
Daniel Jacobowitz
CodeSourcery

16 years agoResolve conflict
John Goerzen [Sat, 13 Oct 2007 06:07:30 +0000 (07:07 +0100)]
Resolve conflict

16 years agoThis patch adds a missing </listitem>
Till Maas [Tue, 4 Sep 2007 22:19:37 +0000 (23:19 +0100)]
This patch adds a missing </listitem>

offlineinmap.sgml-unclosed-listitem

16 years agoTAG RELEASE_offlineimap_5.99.2 RELEASE_offlineimap_5.99.2
John Goerzen [Wed, 1 Aug 2007 01:31:18 +0000 (02:31 +0100)]
TAG RELEASE_offlineimap_5.99.2

16 years agoTAG DEBIAN_offlineimap_5.99.2 DEBIAN_offlineimap_5.99.2
John Goerzen [Wed, 1 Aug 2007 01:31:18 +0000 (02:31 +0100)]
TAG DEBIAN_offlineimap_5.99.2

16 years agoUpdate version
John Goerzen [Wed, 1 Aug 2007 01:29:06 +0000 (02:29 +0100)]
Update version

16 years agoUpdate changelog
John Goerzen [Wed, 1 Aug 2007 01:28:36 +0000 (02:28 +0100)]
Update changelog

16 years agoAdded build-dep on gs, fixes deb#433739
John Goerzen [Wed, 1 Aug 2007 01:26:55 +0000 (02:26 +0100)]
Added build-dep on gs, fixes deb#433739

16 years agoAdditional date validity check
John Goerzen [Wed, 1 Aug 2007 01:25:05 +0000 (02:25 +0100)]
Additional date validity check

patch from Mike Gerber

Two times today I have found my offlineimap to have died with this same
situation. It appears as if certain types of messages (both spam in my
situation), cause offlineimap to choke. When it does it cannot proceed.
This means that when I run offlineimap, it pulls in messages from some
folders, then it hits the folder with the bad message and dies, leaving
undownloaded mail on the server. The only fix to this problem is to find
the problem message on the server and remove it by hand. This isn't such
a huge deal for me, since I run the server, but other people have to
come to me to ask me to delete these messages, and until I do they
cannot download their email.

I have captured the output by running script during one of these
incidents, this has been attached. Additionally, I have also attach the
problematic message.

The patch seems to work for me, might need some Python wizard and better
testing, though.

fixes deb#396443

16 years agoTAG RELEASE_offlineimap_5.99.1 RELEASE_offlineimap_5.99.1
John Goerzen [Thu, 12 Jul 2007 18:58:52 +0000 (19:58 +0100)]
TAG RELEASE_offlineimap_5.99.1

16 years agoTAG DEBIAN_offlineimap_5.99.1 DEBIAN_offlineimap_5.99.1
John Goerzen [Thu, 12 Jul 2007 18:58:51 +0000 (19:58 +0100)]
TAG DEBIAN_offlineimap_5.99.1

16 years agoUpdate changelog
John Goerzen [Thu, 12 Jul 2007 10:03:11 +0000 (11:03 +0100)]
Update changelog

16 years agoFix non-SSL connection
John Goerzen [Thu, 12 Jul 2007 10:02:19 +0000 (11:02 +0100)]
Fix non-SSL connection

fixes deb#432727

16 years agoUpdate changelog
John Goerzen [Thu, 12 Jul 2007 10:01:36 +0000 (11:01 +0100)]
Update changelog

16 years agoRemove python-tk suggestion
John Goerzen [Thu, 12 Jul 2007 10:01:02 +0000 (11:01 +0100)]
Remove python-tk suggestion

fixes deb#432843

16 years agoTAG RELEASE_offlineimap_5.99.0 RELEASE_offlineimap_5.99.0
John Goerzen [Wed, 11 Jul 2007 02:00:18 +0000 (03:00 +0100)]
TAG RELEASE_offlineimap_5.99.0

16 years agoTAG DEBIAN_offlineimap_5.99.0 DEBIAN_offlineimap_5.99.0
John Goerzen [Wed, 11 Jul 2007 02:00:18 +0000 (03:00 +0100)]
TAG DEBIAN_offlineimap_5.99.0

16 years agoFix version.py importing
John Goerzen [Tue, 10 Jul 2007 11:57:03 +0000 (12:57 +0100)]
Fix version.py importing

16 years agoUpdate changelog
John Goerzen [Wed, 11 Jul 2007 01:50:30 +0000 (02:50 +0100)]
Update changelog

16 years agoUpdating changelog
John Goerzen [Tue, 10 Jul 2007 10:02:08 +0000 (11:02 +0100)]
Updating changelog

16 years agoIMAP.py: fixed cannot concatenate 'str' and 'list' in assert
Florian Friesdorf [Sat, 7 Jul 2007 03:51:02 +0000 (04:51 +0100)]
IMAP.py: fixed cannot concatenate 'str' and 'list' in assert

r[1] is a list. In case it contains more than one 'str' they are concatenated
using '. '. In processmessagesflags the join is tested, for savemessagesflags I
assume that it is also needed.

16 years agoUIBase config variable fix
Florian Friesdorf [Sat, 7 Jul 2007 01:30:42 +0000 (02:30 +0100)]
UIBase config variable fix

Code is probably reached for the first time, thanks to the correct readonly
handling patch

16 years agoUpdate wording of manual
John Goerzen [Sat, 7 Jul 2007 03:02:04 +0000 (04:02 +0100)]
Update wording of manual

16 years agoDocumented pid file
John Goerzen [Fri, 6 Jul 2007 17:42:16 +0000 (18:42 +0100)]
Documented pid file

16 years agoWrite current PID to ~/.offlineimap/pid
John Goerzen [Sat, 7 Jul 2007 00:50:43 +0000 (01:50 +0100)]
Write current PID to ~/.offlineimap/pid

fixes deb#217550
refs deb#410181

16 years agoUpdated changelog
John Goerzen [Fri, 6 Jul 2007 16:56:15 +0000 (17:56 +0100)]
Updated changelog

16 years agoDocument MachineUI
John Goerzen [Sat, 7 Jul 2007 00:13:14 +0000 (01:13 +0100)]
Document MachineUI

16 years agoRe-scan list of remote folders on each sync
John Goerzen [Fri, 6 Jul 2007 16:46:29 +0000 (17:46 +0100)]
Re-scan list of remote folders on each sync

rather than just up-front.

fixes deb#396772

16 years agoAdded timeouts
John Goerzen [Fri, 6 Jul 2007 16:37:58 +0000 (17:37 +0100)]
Added timeouts

16 years agoUNDO: Checkpointing
John Goerzen [Thu, 5 Jul 2007 13:49:54 +0000 (14:49 +0100)]
UNDO: Checkpointing

16 years agoCheckpointing
John Goerzen [Thu, 5 Jul 2007 13:49:54 +0000 (14:49 +0100)]
Checkpointing

16 years agoTAG Before UI reorg Before_UI_reorg
John Goerzen [Thu, 5 Jul 2007 13:23:08 +0000 (14:23 +0100)]
TAG Before UI reorg

16 years agoTweaks to machine
John Goerzen [Thu, 5 Jul 2007 13:22:57 +0000 (14:22 +0100)]
Tweaks to machine

16 years agoMachine now runs
John Goerzen [Thu, 5 Jul 2007 13:21:33 +0000 (14:21 +0100)]
Machine now runs

16 years agoTAG Before UI rewrite Before_UI_rewrite
John Goerzen [Thu, 5 Jul 2007 12:33:57 +0000 (13:33 +0100)]
TAG Before UI rewrite

16 years agoAdded Machine.py
John Goerzen [Thu, 5 Jul 2007 11:05:06 +0000 (12:05 +0100)]
Added Machine.py

16 years agoImplement connect
John Goerzen [Thu, 5 Jul 2007 04:04:14 +0000 (05:04 +0100)]
Implement connect

16 years agoRetabified
John Goerzen [Wed, 4 Jul 2007 21:00:14 +0000 (22:00 +0100)]
Retabified

16 years agoAdded comment
John Goerzen [Wed, 4 Jul 2007 18:34:02 +0000 (19:34 +0100)]
Added comment

16 years agoTAG Working post-imaplib removal Working_post-imaplib_removal
John Goerzen [Wed, 4 Jul 2007 18:19:45 +0000 (19:19 +0100)]
TAG Working post-imaplib removal

16 years agoCorrect readonly handling
John Goerzen [Wed, 4 Jul 2007 18:19:06 +0000 (19:19 +0100)]
Correct readonly handling

Upstream imaplib now issues EXAMINE when readonly != None
offlineimap/imaplib.py's version always used SELECT

16 years agoCompilation fixes
John Goerzen [Wed, 4 Jul 2007 18:17:27 +0000 (19:17 +0100)]
Compilation fixes

16 years agoUpdate version info
John Goerzen [Wed, 4 Jul 2007 18:17:14 +0000 (19:17 +0100)]
Update version info

16 years agoUpdated copyright files
John Goerzen [Wed, 4 Jul 2007 17:54:41 +0000 (18:54 +0100)]
Updated copyright files

Removed PSF license since we no longer distribute imaplib.py

16 years agoClean up imaplib imports
John Goerzen [Wed, 4 Jul 2007 17:53:48 +0000 (18:53 +0100)]
Clean up imaplib imports

16 years agoSwitch to imaplibutil Internaldate2Epoch
John Goerzen [Wed, 4 Jul 2007 17:51:57 +0000 (18:51 +0100)]
Switch to imaplibutil Internaldate2Epoch

16 years agoMerging imaplibutil into code
John Goerzen [Wed, 4 Jul 2007 17:51:10 +0000 (18:51 +0100)]
Merging imaplibutil into code

16 years agoRemove local imaplib.py
John Goerzen [Wed, 4 Jul 2007 17:38:02 +0000 (18:38 +0100)]
Remove local imaplib.py

16 years agoStart of work pulling code out of imaplib.py
John Goerzen [Wed, 4 Jul 2007 17:36:33 +0000 (18:36 +0100)]
Start of work pulling code out of imaplib.py

16 years agoRemove the Tk interfaces
John Goerzen [Wed, 4 Jul 2007 16:57:09 +0000 (17:57 +0100)]
Remove the Tk interfaces

These were a constant source of trouble.  Tkinter likely has multiple
memory leaks that OfflineIMAP was tickling.  I never used these, so poof,
goodbye.

16 years agoonly-write-once-to-cur-or-new.patch foo
Asheesh Laroia [Wed, 13 Jun 2007 03:42:15 +0000 (04:42 +0100)]
only-write-once-to-cur-or-new.patch

I have tested this and Dovecot no longer beats offlineimap
to the punch. (-:

I achieved that by keeping the renames in tmp/ until it finally does
one last rename in new/ or cur/.

17 years agoRemoved "print af" statements from imaplib.py
John Goerzen [Wed, 28 Mar 2007 20:38:37 +0000 (21:38 +0100)]
Removed "print af" statements from imaplib.py

they were introduced by patch "Check all resolved addresses [deb #413030]"
and were screwing up the curses display.

refs deb#413030

17 years agoUNDO: Added netrc support
John Goerzen [Tue, 27 Mar 2007 07:21:17 +0000 (08:21 +0100)]
UNDO: Added netrc support

thanks to bboissin plus offlineimap at gmail dot com
refs #14

17 years agoImprove filesystem flushing semantics
John Goerzen [Wed, 28 Mar 2007 20:23:18 +0000 (21:23 +0100)]
Improve filesystem flushing semantics

fsync the Maildir file, its final directory when writing a new message.

fsync the localstatus file and its final directory when writing the
local status cache.

This should reduce duplication in the event of hardware trouble.

fixes #8

see thread at http://lists.complete.org/offlineimap@complete.org/2007/03/threads.html.gz

17 years agoAdded netrc support
John Goerzen [Tue, 27 Mar 2007 07:21:17 +0000 (08:21 +0100)]
Added netrc support

thanks to bboissin plus offlineimap at gmail dot com
refs #14

17 years agodoc target no longer depends on faq
John Goerzen [Tue, 27 Mar 2007 07:20:44 +0000 (08:20 +0100)]
doc target no longer depends on faq

17 years agoRemoved copyright notice; assigning copyright to John Goerzen
David Favro [Fri, 16 Mar 2007 02:45:28 +0000 (03:45 +0100)]
Removed copyright notice; assigning copyright to John Goerzen

17 years agoRemoved copyright notice; assigning copyright to John Goerzen
David Favro [Fri, 16 Mar 2007 02:44:54 +0000 (03:44 +0100)]
Removed copyright notice; assigning copyright to John Goerzen

17 years agoUID validity diagnostics improvement
David Favro [Thu, 15 Mar 2007 04:41:43 +0000 (05:41 +0100)]
UID validity diagnostics improvement

* Reduced the number of parameters passed to ui.validityproblem() because they were all just method-calls to the folder object, which is already passed as the first parameter (reduction of unnecessary complexity).

* Improved the diagnostic message for an 'UID validity problem' by including the name of the repository in which the folder resides; previously it was not possible to determine from the diagnostic alone on which side the problem was.

17 years agoUID validity diagnostics improvement
David Favro [Thu, 15 Mar 2007 04:39:15 +0000 (05:39 +0100)]
UID validity diagnostics improvement

* Reduced the number of parameters passed to ui.validityproblem() because they were all just method-calls to the folder object, which is already passed as the first parameter (reduction of unnecessary complexity).

17 years agoDon't leave preauthtunnel zombies with autorefresh
John Goerzen [Wed, 14 Mar 2007 01:54:19 +0000 (02:54 +0100)]
Don't leave preauthtunnel zombies with autorefresh

From: Peter Colberg

Hello,

using offlineimap with the preauthtunnel option to start a remote
IMAP daemon via ssh, a zombie process is left behind during the
autorefresh sleep period if not holding the connection open.

Above behaviour is a result of using os.popen2 to spawn the tunnel
process, which makes it impossible waiting for the child process
to terminate when shutting down the tunnel.

The patch included below fixes the issue by employing the Popen
class from the subprocess module, which seems to be the preferred
way to spawn processes and connect to their pipes in any case (at
least since python version 2.4.4, which fixes a memory leak in the
subprocess module).

Regards,
Peter

fixes deb#410730

17 years agoCheck all resolved addresses [deb #413030]
John Goerzen [Thu, 8 Mar 2007 01:59:32 +0000 (02:59 +0100)]
Check all resolved addresses [deb #413030]

From: Mark Brown <broonie@sirena.org.uk>
Currently offlineimap will attempt to connect to the first address
returned by addrinfo() for the remote system and will fail if that fails
even if another result would have worked.  This is particularly common
when the remote system supports both IPv4 and IPv6 - a laptop may in
some environments have no routable IPv6 connectivity so if the IPv6
address is returned first the connect will fail even though IPv4 would
have worked.

This is actually a bug in imaplib, a copy of which is included in
offlineimap.  This patch fixes the problem by looping over all the
results returned by getaddrinfo().  Unfortunately it mangles the error
reporting slightly since I couldn't work out how to raise an appropriate
exception, though given that that that was a Python backtrace there was
work to do there anyway.

Note that I have only tested the SSL case.

17 years ago--help shows available UIs now
John Goerzen [Thu, 11 Jan 2007 09:15:06 +0000 (10:15 +0100)]
--help shows available UIs now

Thanks to Daniel Rall for the patch.
fixes #5

17 years agoRemoved todo directory from tree
John Goerzen [Thu, 4 Jan 2007 22:52:10 +0000 (23:52 +0100)]
Removed todo directory from tree

Moving todo items to BTS

Refs #6.  Fixes #4.

17 years agoRemoved TODO file
John Goerzen [Thu, 4 Jan 2007 22:44:27 +0000 (23:44 +0100)]
Removed TODO file

Now tracking with tickets on software.complete.org

Fixes #4

17 years agoConfigurable thread status character for ui.Curses.Blinkenlights
aaron [Mon, 11 Dec 2006 05:12:00 +0000 (06:12 +0100)]
Configurable thread status character for ui.Curses.Blinkenlights

17 years agoRemoved generated docs from source tree
John Goerzen [Wed, 6 Dec 2006 03:25:53 +0000 (04:25 +0100)]
Removed generated docs from source tree

17 years agoRemove docs from source tree
John Goerzen [Wed, 6 Dec 2006 03:24:27 +0000 (04:24 +0100)]
Remove docs from source tree

17 years agoNo longer include docs in source tarball
John Goerzen [Wed, 6 Dec 2006 03:24:11 +0000 (04:24 +0100)]
No longer include docs in source tarball

17 years agoTAG RELEASE_offlineimap_4.0.16 RELEASE_offlineimap_4.0.16
John Goerzen [Sat, 2 Dec 2006 21:13:39 +0000 (22:13 +0100)]
TAG RELEASE_offlineimap_4.0.16

17 years agoTAG RELEASE_offlineimap_4.0.16
John Goerzen [Sat, 2 Dec 2006 21:11:21 +0000 (22:11 +0100)]
TAG RELEASE_offlineimap_4.0.16

17 years agoTAG DEBIAN_offlineimap_4.0.16 DEBIAN_offlineimap_4.0.16
John Goerzen [Sat, 2 Dec 2006 21:11:21 +0000 (22:11 +0100)]
TAG DEBIAN_offlineimap_4.0.16

17 years agoinclude FAQ.html in Debian
John Goerzen [Sat, 2 Dec 2006 21:08:51 +0000 (22:08 +0100)]
include FAQ.html in Debian

17 years agoUpdate changelog for 4.0.16
John Goerzen [Sat, 2 Dec 2006 21:08:41 +0000 (22:08 +0100)]
Update changelog for 4.0.16

17 years agoAdd the FAQ
John Goerzen [Sat, 2 Dec 2006 21:03:05 +0000 (22:03 +0100)]
Add the FAQ

17 years agoNow download FAQ from trac
John Goerzen [Sat, 2 Dec 2006 21:02:56 +0000 (22:02 +0100)]
Now download FAQ from trac

17 years agoUpdating version number to 4.0.16
John Goerzen [Sat, 2 Dec 2006 20:59:02 +0000 (21:59 +0100)]
Updating version number to 4.0.16

17 years agoHandle rtime being Null when writing to Maildir
John Goerzen [Sat, 2 Dec 2006 20:54:26 +0000 (21:54 +0100)]
Handle rtime being Null when writing to Maildir

fixes #2
debian #401290

17 years agoUpdate copyright date in Maildir.py
John Goerzen [Sat, 2 Dec 2006 20:54:15 +0000 (21:54 +0100)]
Update copyright date in Maildir.py

17 years agoRegen docs
John Goerzen [Sat, 2 Dec 2006 11:41:20 +0000 (12:41 +0100)]
Regen docs

17 years agoUpdated info on bug reporting, etc.
John Goerzen [Sat, 2 Dec 2006 11:40:52 +0000 (12:40 +0100)]
Updated info on bug reporting, etc.

17 years agoRemoved more FAQ stuff from the manual
John Goerzen [Sat, 2 Dec 2006 11:39:49 +0000 (12:39 +0100)]
Removed more FAQ stuff from the manual

17 years agoUpdate copyright date in manual
John Goerzen [Sat, 2 Dec 2006 05:03:14 +0000 (06:03 +0100)]
Update copyright date in manual

17 years agoStart moving FAQ to wiki
John Goerzen [Sat, 2 Dec 2006 05:03:00 +0000 (06:03 +0100)]
Start moving FAQ to wiki