Added entry for version 0.3
Showing
1 changed file
with
57 additions
and
3 deletions
1 | GNU mailutils NEWS -- history of user-visible changes. 2002-09-02 | 1 | GNU mailutils NEWS -- history of user-visible changes. 2003-02-12 |
2 | Copyright (C) 2002 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003 Free Software Foundation, Inc. |
3 | See the end for copying conditions. | 3 | See the end for copying conditions. |
4 | 4 | ||
5 | Please send mailutils bug reports to <bug-mailutils@gnu.org>. | 5 | Please send mailutils bug reports to <bug-mailutils@gnu.org>. |
6 | 6 | ||
7 | Version 0.3: | ||
8 | |||
9 | * General: | ||
10 | |||
11 | ** Added NLS support. Currently Catalan and Spanish translations | ||
12 | are available. | ||
13 | |||
14 | ** Fixed compilation with the newer versions of Berkeley DB. | ||
15 | |||
16 | * libmailbox: | ||
17 | |||
18 | ** Functions for generating References: and In-Reply-To: headers as | ||
19 | per RFC 2822. | ||
20 | |||
21 | ** A set of functions for sequential access to streams. | ||
22 | |||
23 | ** The function mu_errstring is renamed to mu_strerror for consistency | ||
24 | with the usual practice. | ||
25 | |||
26 | ** Added initial implementation of message header encoding and decoding | ||
27 | functions (RFC 2047). | ||
28 | |||
29 | * libsieve: | ||
30 | |||
31 | ** The syntax of multiline strings is extended. It is possible | ||
32 | to use arbitrary ending delimiter instead of the default dot, | ||
33 | and to strip off the leading tabs, which allows for natural | ||
34 | indentation of the multiline strings. | ||
35 | |||
36 | ** Added support for relational tests according to RFC 3431. | ||
37 | |||
38 | ** Fixed incorrect handling of multiple addresses in `address' | ||
39 | tests. | ||
40 | |||
41 | * imap4d: | ||
42 | |||
43 | ** The untagged output was fixed to conform to the RFC 2060. Specifically, | ||
44 | the output of STORE command is corrected in accordance with the | ||
45 | rfc2060-errata document; the EXIST and RECENT untagged are always | ||
46 | returned by EXAMINE, SELECT, and NOOP. | ||
47 | |||
48 | ** Added support for TLS and GSASL. | ||
49 | |||
50 | ** Implemented LOGINDISABLED capability. | ||
51 | |||
52 | ** Implemented IDLE command (RFC 2177). | ||
53 | |||
54 | * pop3d: Added TLS support. | ||
55 | |||
56 | * mail: Fixed error diagnostics and removed startup banner. | ||
57 | |||
58 | * mh: Initial implementation. | ||
59 | |||
60 | |||
7 | Version 0.2: | 61 | Version 0.2: |
8 | 62 | ||
9 | * libmailbox: Several bugfixes. The configuration testsute allows | 63 | * libmailbox: Several bugfixes. The configuration suite allows |
10 | to disable support for any protocol or mailbox format to reduce | 64 | to disable support for any protocol or mailbox format to reduce |
11 | the size of the library. | 65 | the size of the library. |
12 | 66 | ... | ... |
-
Please register or sign in to post a comment