/[imapfilter]/imapfilter/NEWS
ViewVC logotype

Annotation of /imapfilter/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.31 - (hide annotations)
Thu Oct 2 11:27:27 2003 UTC (20 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.30: +5 -0 lines
Updated for 0.9.4.

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26