mirror of
https://github.com/moparisthebest/imapfilter
synced 2024-12-21 23:28:49 -05:00
Prepare release v2.3.
This commit is contained in:
parent
5c1f83f7c0
commit
7e0cd3614f
9
NEWS
9
NEWS
@ -1,3 +1,12 @@
|
||||
IMAPFilter 2.3 - 6 Aug 2011
|
||||
- Support for appending/uploading messages to mailboxes.
|
||||
- Debug file option now takes filename argument.
|
||||
- New simplified configuration and building procedure.
|
||||
- Bug fix; in some cases a mailbox was incorrectly assumed selected.
|
||||
- Bug fix; in some cases server capabilities needed update after login.
|
||||
- Bug fix; timeout problem with CRAM-MD5 authentication.
|
||||
- Bug fix; some servers send non-ASCII characters in their responses.
|
||||
|
||||
IMAPFilter 2.2.3 - 6 Mar 2011
|
||||
- Project moved to GitHub.
|
||||
- Changed file and directory structure.
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
/* Program's version number. */
|
||||
#define VERSION "2.2.3"
|
||||
#define VERSION "2.3"
|
||||
|
||||
/* Program's copyright. */
|
||||
#define COPYRIGHT "Copyright (c) 2001-2011 Eleftherios Chatzimparmpas"
|
||||
|
Loading…
Reference in New Issue
Block a user