aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
blob: 4434d388e128bba92273b451031d61a89c480b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Date: Wed, 07 Nov 2007 23:12:26 +0100
Subject: archivemail 0.7.1 released


Hi folks, 

archivemail 0.7.1 was released today.  This is a maintenance release with
numerous fixes.  Most notably, archivemail should now work flawlessly with
python 2.5; this was long overdue.  Again, there are quite important fixes in
the IMAP code.  And like with 0.7.0, there's one new feature (the new --copy
option, see below).  

Here are the main items from the changelog, roughly ordered by priority:

  * Fixed incompatibility with Python 2.5 which broke Maildir handling.
  * Fixed IMAP message flag conversion which was completely broken. 
  * Username and password in IMAP URLs can now be double-quoted, so it should be
    no longer a problem if they contain delimiters like the '@' character.
  * New option --copy: archive mail, but don't delete it from the mailbox.
    This is mainly useful for testing purposes, and complements --delete.
  * IMAP: if selecting the mailbox fails, archivemail detects the server's
    mailbox hierarchy delimiter, replaces slashes in the mailbox name with the
    delimiter and tries again. 
  * When converting from other formats to mbox, archivemail used to preserve
    existing 'Status' and 'X-Status' mbox headers; these are now silently
    overwritten to ensure they have correct values.
  * Invalid messages/files in Maildirs caused archivemail to silently stop
    processing mails and claim it's all done.  Now skip these and go ahead.
  * The automatic seteuid feature of archivemail is insecure and thus
    deprecated; it will be removed from later versions.
  * archivemail now accepts --days=0


NEWSFLASH
---------

Date: Fri, 09 Nov 2007 15:33:54 +0100 
Subject: archivemail 0.7.2 released

  * This release fixes a crash with IMAP and python << 2.5. 


Cheers, 
Nikolaus