/[imapfilter]/imapfilter/NEWS
ViewVC logotype

Contents of /imapfilter/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.32 - (show annotations)
Mon Dec 29 08:52:55 2003 UTC (20 years, 3 months ago) by lefcha
Branch: MAIN
Changes since 1.31: +11 -0 lines
Updated for 0.9.5.

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26