/[imapfilter]/imapfilter/NEWS
ViewVC logotype

Annotation of /imapfilter/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.25 - (hide annotations)
Mon May 26 08:27:10 2003 UTC (20 years, 11 months ago) by lefcha
Branch: MAIN
Changes since 1.24: +6 -0 lines
Updated for 0.8.9.

1 lefcha 1.25 Version 0.8.9 - 26 May 2003
2     ---------------------------
3     - Fix of a bug which caused problems during the encryption/decryption of the
4     passwords file.
5    
6    
7 lefcha 1.24 Version 0.8.8 - 25 May 2003
8     ---------------------------
9     - Multiple bug fixes concerning the encrypted passwords editor, where in some
10     cases the passwords file was badly written and the program did not accept the
11     master passphrase.
12    
13    
14 lefcha 1.23 Version 0.8.7 - 2 April 2003
15     ----------------------------
16     - Fix of a bug appearing in action list and when a message had long headers.
17     - Fix of a bug which caused bus errors in some systems.
18     - Improvements/corrections on the information printed to the logfile.
19    
20    
21 lefcha 1.22 Version 0.8.6 - 2 March 2003
22     ----------------------------
23     - Corrected a problem appearing, mostly, while in daemon mode, where the
24 lefcha 1.24 server aborted the connection and the program seemed to hang.
25 lefcha 1.22
26    
27 lefcha 1.21 Version 0.8.5 - 2 February 2003
28     -------------------------------
29     - Bug fix concerning maildir format mail servers, during rcopy/rmove and
30     while the namespace option is enabled. Also, a better explanation of the
31     namespace option.
32     - Correction on program's interaction with non-terminal file descriptors
33     (redirection, piping, etc.).
34     - Minor bug fix that appeared when no mailbox groups where defined.
35     - Upgrading of the contents of logfile everytime data are appended.
36    
37    
38 lefcha 1.20 Version 0.8.4 - 9 November 2002
39     -------------------------------
40     - Improvements/corrections on networking.
41     - Major bug fix related to rcopy/rmove.
42    
43    
44 lefcha 1.19 Version 0.8.3 - 1 October 2002
45     ------------------------------
46     - Bug fix/feature enhancement concerning the server announcing and closing
47     the connection immediately.
48     - Stale lockfile removed automatically.
49     - Many other small improvements (variable and compilation option added, etc.).
50    
51    
52 lefcha 1.18 Version 0.8.2 - 31 July 2002
53     ----------------------------
54     - Bug fix concerning the namespace of user's mailboxes.
55    
56    
57 lefcha 1.17 Version 0.8.1 - 29 July 2002
58     ----------------------------
59     - Major bug fix concerning SSL/TLS and rcopy/rmove.
60     - Small bug fix related to removing of the lock file.
61    
62    
63 lefcha 1.16 Version 0.8 - 27 July 2002
64     --------------------------
65     - Copy/move messages between different mail accounts (IMAP mail servers)
66     support.
67     - Message flags can be changed.
68     - Capability to encrypt the accounts' passwords and store them securely
69     in the filesystem, using the integrated interactive password editor to
70     manage them.
71     - Passwords may be supplied interactively.
72     - Daemon mode in which the program polls repeatedly in a specified interval.
73     - Locking in order to prevent concurrent running instances.
74     - Variables to control direct expunging of mail and subscribing of newly
75     created mailboxes.
76    
77    
78 lefcha 1.15 Version 0.7.3 - 17 June 2002
79     ----------------------------
80     - Bug fix related to communication with some mail servers.
81    
82    
83 lefcha 1.14 Version 0.7.2 - 22 January 2002
84     -------------------------------
85     - Mailboxes with spaces in their name can be specified.
86     - Bug fix related to moving of messages to a mailbox.
87    
88    
89 lefcha 1.13 Version 0.7.1 - 5 December 2001
90     -------------------------------
91     - Mail server's non response timeout variable.
92     - Prefix and delimeter for personal namespace mailboxes is applied
93     automatically.
94    
95    
96 lefcha 1.11 Version 0.7 - 10 November 2001
97     ------------------------------
98     - Secure Socket Layer and Transport Layer Security support.
99     - Searching criteria and filtering based on dates (message's age).
100 lefcha 1.12 - Capability to search the body of a message for a word or phrase.
101 lefcha 1.11 - Overcoming of all limitations on the number of messages processed.
102    
103    
104 lefcha 1.10 Version 0.6.3 - 1 November 2001
105     -------------------------------
106     - A buffer overflow bug fix related to filter matching results.
107    
108    
109 lefcha 1.9 Version 0.6.2 - 8 October 2001
110     ------------------------------
111     - Major bug fixes, concerning IMAP4rev1 protocol compliance and many
112     other improvements.
113    
114    
115 lefcha 1.6 Version 0.6.1 - 6 October 2001
116     ------------------------------
117 lefcha 1.8 - A major bug fix, concerning the functionality of logical operators
118     in filters, a minor bug fix, in relation to the parsing of the configuration
119     file and a memory leak fix.
120 lefcha 1.6
121    
122 lefcha 1.5 Version 0.6 - 5 October 2001
123     ----------------------------
124     - Multiple folders (mailboxes) in each account.
125     - Capabilities to move and/or copy messages to a mailbox.
126     - Capability to just list the headers of filtered messages.
127     - New, powerful and flexible configuration file format.
128     - Selection of which filters should be applied to which accounts/folders.
129     - Many new searching criterias for filtering of messages.
130     - Operators such as "and", "or" and "not" can be used to define the
131     seaching criteria of filters.
132     - More informational logging.
133    
134    
135 lefcha 1.4 Version 0.3 - 28 August 2001
136     ----------------------------
137     - Multiple mailserver accounts support.
138     - Capability to apply filters only to unread messages.
139     - Options can be defined from config file.
140     - Some informational messages about mails found and deleted on remote
141     mailbox.
142    
143    
144 lefcha 1.2 Version 0.2 - 21 August 2001
145 lefcha 1.3 ----------------------------
146 lefcha 1.2 - ALLOW type filters, that define exceptions on the DENY filters.
147     - Inverted DENY filter functionality; deletes all messages except some
148 lefcha 1.3 specified.
149 lefcha 1.2 - Size limits can be defined, for messages that match the ALLOW
150     and DENY filters, respectively.
151    
152    
153     Version 0.1.1 - 12 August 2001
154 lefcha 1.1 ------------------------------
155     - Logfile is not enabled by default and must be selected by user.
156     - To show headers of the deleted messages the -s option must be given.
157 lefcha 1.2
158    
159     Version 0.1 - 11 August 2001
160 lefcha 1.3 ----------------------------
161 lefcha 1.2 - Initial release.

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26