/[imapfilter]/imapfilter/NEWS
ViewVC logotype

Annotation of /imapfilter/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.27.2.8 - (hide annotations)
Sun Feb 8 21:49:54 2004 UTC (20 years, 1 month ago) by lefcha
Branch: release-0_9-patches
Changes since 1.27.2.7: +1 -1 lines
Typo error correction.

1 lefcha 1.27.2.6 Version 0.9.6 - 8 February 2003
2     -------------------------------
3     - Fix of a bug, that appeared when fetching message headers and only if the
4     "peek" option was disabled.
5 lefcha 1.27.2.8 - Bug fix; message date/time conversion specifiers, were occasionally not
6 lefcha 1.27.2.6 substituted correctly.
7     - Improvements/corrections to daemon mode code.
8     - Message flags and internal date are preserved during rcopy/rmove.
9 lefcha 1.27.2.7 - Another explanation of the and/or flags of the filter/mask commands in the
10 lefcha 1.27.2.6 sample configuration file.
11    
12    
13 lefcha 1.27.2.5 Version 0.9.5 - 6 December 2003
14     -------------------------------
15     - Fix of bug that appeared in daemon mode, where the date used in search
16     queries (newer/older command) was not updated each time the program connected
17     to the server.
18     - Added an explanation on the way the program does the filtering (filter
19     execution order, etc.)
20     - Added new variable to control if a message is flagged as seen, when part of
21     it (ie. some of its headers) is fetched.
22    
23    
24 lefcha 1.27.2.4 Version 0.9.4 - 2 October 2003
25     ------------------------------
26     - Bug fix; rcopy/rmove failure, while trying to FETCH the header of a message.
27    
28    
29 lefcha 1.27.2.3 Version 0.9.3 - 28 September 2003
30     ---------------------------------
31     - Bug fix; default variable not substituted during rcopy/rmove.
32    
33    
34 lefcha 1.27.2.2 Version 0.9.2 - 9 August 2003
35     -----------------------------
36     - Header includes additions, in order to build without warning/errors on
37     systems that do not conform to IEEE Std 1003.1-2001 (POSIX.1).
38    
39    
40 lefcha 1.27.2.1 Version 0.9.1 - 8 August 2003
41     -----------------------------
42     - Bug fixes related to compilation warnings/errors caused by missing header
43     includes.
44     - Minor bug fix concerning an uninitialized variable.
45    
46    
47 lefcha 1.27 Version 0.9 - 6 August 2003
48     ---------------------------
49 lefcha 1.26 - User authentication with the Challenge-Response Authentication Mechanism
50     (CRAM), specifically CRAM-MD5.
51     - Connection encryption using the IMAP STARTTLS extension.
52     - X509 certificate checking while establishing SSL/TLS connections.
53     - I18n support in the configuration file, along with the capability to specify
54     the character set of the search criteria.
55     - Date conversion specifiers in the name of the destination mailbox, based on
56     either the system's local time or the message's envelope "Date:" header.
57     - Default variable in the name of the destination mailbox, which expands to the
58     mailbox currently processed.
59     - In daemon mode, the SIGUSR1 signal wakes up the program from its sleep phase
60     and causes rereading of the configuration file.
61    
62    
63 lefcha 1.25 Version 0.8.9 - 26 May 2003
64     ---------------------------
65     - Fix of a bug which caused problems during the encryption/decryption of the
66     passwords file.
67    
68    
69 lefcha 1.24 Version 0.8.8 - 25 May 2003
70     ---------------------------
71     - Multiple bug fixes concerning the encrypted passwords editor, where in some
72     cases the passwords file was badly written and the program did not accept the
73     master passphrase.
74    
75    
76 lefcha 1.23 Version 0.8.7 - 2 April 2003
77     ----------------------------
78     - Fix of a bug appearing in action list and when a message had long headers.
79     - Fix of a bug which caused bus errors in some systems.
80     - Improvements/corrections on the information printed to the logfile.
81    
82    
83 lefcha 1.22 Version 0.8.6 - 2 March 2003
84     ----------------------------
85     - Corrected a problem appearing, mostly, while in daemon mode, where the
86 lefcha 1.24 server aborted the connection and the program seemed to hang.
87 lefcha 1.22
88    
89 lefcha 1.21 Version 0.8.5 - 2 February 2003
90     -------------------------------
91     - Bug fix concerning maildir format mail servers, during rcopy/rmove and
92     while the namespace option is enabled. Also, a better explanation of the
93     namespace option.
94     - Correction on program's interaction with non-terminal file descriptors
95     (redirection, piping, etc.).
96     - Minor bug fix that appeared when no mailbox groups where defined.
97     - Upgrading of the contents of logfile everytime data are appended.
98    
99    
100 lefcha 1.20 Version 0.8.4 - 9 November 2002
101     -------------------------------
102     - Improvements/corrections on networking.
103     - Major bug fix related to rcopy/rmove.
104    
105    
106 lefcha 1.19 Version 0.8.3 - 1 October 2002
107     ------------------------------
108     - Bug fix/feature enhancement concerning the server announcing and closing
109     the connection immediately.
110     - Stale lockfile removed automatically.
111     - Many other small improvements (variable and compilation option added, etc.).
112    
113    
114 lefcha 1.18 Version 0.8.2 - 31 July 2002
115     ----------------------------
116     - Bug fix concerning the namespace of user's mailboxes.
117    
118    
119 lefcha 1.17 Version 0.8.1 - 29 July 2002
120     ----------------------------
121     - Major bug fix concerning SSL/TLS and rcopy/rmove.
122     - Small bug fix related to removing of the lock file.
123    
124    
125 lefcha 1.16 Version 0.8 - 27 July 2002
126     --------------------------
127     - Copy/move messages between different mail accounts (IMAP mail servers)
128     support.
129     - Message flags can be changed.
130     - Capability to encrypt the accounts' passwords and store them securely
131     in the filesystem, using the integrated interactive password editor to
132     manage them.
133     - Passwords may be supplied interactively.
134     - Daemon mode in which the program polls repeatedly in a specified interval.
135     - Locking in order to prevent concurrent running instances.
136     - Variables to control direct expunging of mail and subscribing of newly
137     created mailboxes.
138    
139    
140 lefcha 1.15 Version 0.7.3 - 17 June 2002
141     ----------------------------
142     - Bug fix related to communication with some mail servers.
143    
144    
145 lefcha 1.14 Version 0.7.2 - 22 January 2002
146     -------------------------------
147     - Mailboxes with spaces in their name can be specified.
148     - Bug fix related to moving of messages to a mailbox.
149    
150    
151 lefcha 1.13 Version 0.7.1 - 5 December 2001
152     -------------------------------
153     - Mail server's non response timeout variable.
154     - Prefix and delimeter for personal namespace mailboxes is applied
155     automatically.
156    
157    
158 lefcha 1.11 Version 0.7 - 10 November 2001
159     ------------------------------
160     - Secure Socket Layer and Transport Layer Security support.
161     - Searching criteria and filtering based on dates (message's age).
162 lefcha 1.12 - Capability to search the body of a message for a word or phrase.
163 lefcha 1.11 - Overcoming of all limitations on the number of messages processed.
164    
165    
166 lefcha 1.10 Version 0.6.3 - 1 November 2001
167     -------------------------------
168     - A buffer overflow bug fix related to filter matching results.
169    
170    
171 lefcha 1.9 Version 0.6.2 - 8 October 2001
172     ------------------------------
173     - Major bug fixes, concerning IMAP4rev1 protocol compliance and many
174     other improvements.
175    
176    
177 lefcha 1.6 Version 0.6.1 - 6 October 2001
178     ------------------------------
179 lefcha 1.8 - A major bug fix, concerning the functionality of logical operators
180     in filters, a minor bug fix, in relation to the parsing of the configuration
181     file and a memory leak fix.
182 lefcha 1.6
183    
184 lefcha 1.5 Version 0.6 - 5 October 2001
185     ----------------------------
186     - Multiple folders (mailboxes) in each account.
187     - Capabilities to move and/or copy messages to a mailbox.
188     - Capability to just list the headers of filtered messages.
189     - New, powerful and flexible configuration file format.
190     - Selection of which filters should be applied to which accounts/folders.
191     - Many new searching criterias for filtering of messages.
192     - Operators such as "and", "or" and "not" can be used to define the
193     seaching criteria of filters.
194     - More informational logging.
195    
196    
197 lefcha 1.4 Version 0.3 - 28 August 2001
198     ----------------------------
199     - Multiple mailserver accounts support.
200     - Capability to apply filters only to unread messages.
201     - Options can be defined from config file.
202     - Some informational messages about mails found and deleted on remote
203     mailbox.
204    
205    
206 lefcha 1.2 Version 0.2 - 21 August 2001
207 lefcha 1.3 ----------------------------
208 lefcha 1.2 - ALLOW type filters, that define exceptions on the DENY filters.
209     - Inverted DENY filter functionality; deletes all messages except some
210 lefcha 1.3 specified.
211 lefcha 1.2 - Size limits can be defined, for messages that match the ALLOW
212     and DENY filters, respectively.
213    
214    
215     Version 0.1.1 - 12 August 2001
216 lefcha 1.1 ------------------------------
217     - Logfile is not enabled by default and must be selected by user.
218     - To show headers of the deleted messages the -s option must be given.
219 lefcha 1.2
220    
221     Version 0.1 - 11 August 2001
222 lefcha 1.3 ----------------------------
223 lefcha 1.2 - Initial release.

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26