/[imapfilter]/imapfilter/NEWS
ViewVC logotype

Contents of /imapfilter/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.30 - (show annotations)
Sun Sep 28 09:00:49 2003 UTC (20 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.29: +5 -0 lines
Updated for 0.9.3.

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26