/[imapfilter]/imapfilter/NEWS
ViewVC logotype

Contents of /imapfilter/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.27.2.1 - (show annotations)
Fri Aug 8 01:14:11 2003 UTC (20 years, 7 months ago) by lefcha
Branch: release-0_9-patches
Changes since 1.27: +7 -0 lines
Updated for 0.9.1.

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26