Imported upstream version 0.59.3
[hcoop/debian/courier-authlib.git] / rfc822 / ChangeLog
1 2007-02-25 Mr. Sam <mrsam@courier-mta.com>
2
3 * rfc822.c (parseaddr): rfc822a_alloc() would corrupt and misparse
4 RFC2047-encoded atoms.
5
6 2006-01-21 Mr. Sam <mrsam@courier-mta.com>
7
8 * rfc2047.c (encodebase64): Fix compiler warning.
9
10 * rfc822.c (parseaddr): Ditto.
11
12 2005-11-15 Mr. Sam <mrsam@courier-mta.com>
13
14 * encode.c (quoted_printable): encode spaces that precede a newline.
15
16 2004-08-29 Mr. Sam <mrsam@courier-mta.com>
17
18 * imapsubj.c (rfc822_coresubj_keepblobs): New function to strip
19 non-core subject appendages, but keep [blobs].
20
21 2004-05-29 Mr. Sam <mrsam@courier-mta.com>
22
23 * rfc2047.c (rfc2047_encode_callback): Use base64 to MIME-encode
24 instead of quoted-printable, where it's more efficient to do so.
25
26 2004-04-14 Mr. Sam <mrsam@courier-mta.com>
27
28 * rfc2047.c (rfc2047_encode_callback): Fix bug introduced in 0411.
29
30 2004-04-11 Mr. Sam <mrsam@courier-mta.com>
31
32 * rfc2047.c (a_rfc2047_encode_str): Improve compliance with RFC 2047
33 for MIME-encoded recipient lists.
34 (rfc2047_encode_callback): New argument: qp_allow - function that
35 indicates acceptable characters in QP-encoded words.
36 (rfc2047_encode_str): Ditto.
37 (rfc2047_qp_allow_any, rfc2047_qp_allow_comment)
38 (rfc2047_qp_allow_word): Possible arguments to qp_allow for various
39 situations.
40
41 2004-04-09 Mr. Sam <mrsam@courier-mta.com>
42
43 * encode.c: Moved rfc2045/rfc2045encode.c here, renamed all functions
44 to use the libmail_ prefix.
45
46 2003-11-18 Tim Rice <tim@multitalents.net>
47
48 * configure.in: Fix MSG_WARN.
49
50 2003-10-20 Mr. Sam <mrsam@courier-mta.com>
51
52 * rfc2047u.c (rfc2047_print_unicode): Unicode-aware version of
53 rfc2047_print().
54
55 2003-07-08 Mr. Sam <mrsam@courier-mta.com>
56
57 * imaprefs.c (rfc822_threadmsgrefs): New rfc822_threadmsgrefs takes
58 an array of References: headers, instead of a single References:
59 string.
60
61 2003-03-20 Mr. Sam <mrsam@courier-mta.com>
62
63 * rfc2047.c (rfc2047_encode_callback): Fix MIME encoding of "_".
64
65 2002-12-23 Mr. Sam <mrsam@courier-mta.com>
66
67 * rfc2047.c (rfc2047_encode_callback): Fix loop on broken
68 locales where isspace(U+0x00A0) is true.
69
70 2002-09-19 Mr. Sam <mrsam@courier-mta.com>
71
72 * RFC 2231 support.
73
74 2002-08-08 Mr. Sam <mrsam@courier-mta.com>
75
76 * rfc2047.c (rfc2047_encode_callback): Fix MIME encoding of words
77 with = and ? characters.
78
79 2002-05-20 Mr. Sam <mrsam@courier-mta.com>
80
81 * rfc822_parsedt.c (rfc822_parsedt): Ignore obviously invalid years
82 (someone else can worry about Y10K).
83
84 2002-04-07 Mr. Sam <mrsam@courier-mta.com>
85
86 * rfc822_mkdate.c (rfc822_mkdate_buf): Explicit (int) cast gets
87 the file compiled under Cygwin.
88
89 2002-03-09 Mr. Sam <mrsam@courier-mta.com>
90
91 * rfc2047.c (rfc2047_encode_callback): Fix MIME-encoding of spaces.
92
93 2002-03-04 Mr. Sam <mrsam@courier-mta.com>
94
95 * rfc822.c (rfc822_prname_orlist): Dequote quoted-strings.
96
97 2001-06-27 Mr. Sam <mrsam@courier-mta.com>
98
99 * rfc2047.c (a_rfc2047_encode_str): Fix incorrect MIME encoding of
100 address name in old-style RFC-822 format.
101
102 2001-04-17 Mr. Sam <mrsam@courier-mta.com>
103
104 * rfc822.c (rfc822t_alloc): Explicitly cast arg to (void *).
105
106 2000-12-22 Mr. Sam <mrsam@courier-mta.com>
107
108 * reftest.c: Fix dependency on qsort sorting order of identical keys.
109
110 2000-12-11 Mr. Sam <mrsam@courier-mta.com>
111
112 * imapsubj.c (stripsubj): Recode subject stripping.
113
114 2000-11-18 Mr. Sam <mrsam@gwl.email-scan.com>
115
116 * imaprefs.c: Update to draft-05.txt-bis (sort top level siblings
117 by date.
118
119 Mon Apr 5 00:58:37 EDT 1999
120
121 * Yes, I've decided to start a Change Log. librfc822 now has a life of its
122 own, so it might as well have it.
123
124 * Courier needs tokens in a link list, not an array. Rewrote most token
125 handling code.
126
127 * Fixed some issues with handling of () comments.
128
129 * Changed *pr* functions to pass along a caller-provided void, also for
130 courier. librfc822 should now be threadable (like, who cares...)
131
132 * Added a testsuite