1 |
|
2002-07-06 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Header.pm: Support of RFC 2774 namespace. |
4 |
|
|
5 |
|
2002-07-04 Wakaba <w@suika.fam.cx> |
6 |
|
|
7 |
|
* Util.pm (encode_printable_string, decode_printable_string, |
8 |
|
encode_t71_string, decode_t71_string, encode_restricted_rfc822, |
9 |
|
decode_restricted_rfc822): New functions. |
10 |
|
|
11 |
|
2002-07-02 Wakaba <w@suika.fam.cx> |
12 |
|
|
13 |
|
* Util.pm (decide_newline): New function. |
14 |
|
* Entity.pm (parse): Call Message::Util::decide_newline |
15 |
|
instead of local code. |
16 |
|
|
17 |
|
2002-06-23 Wakaba <w@suika.fam.cx> |
18 |
|
|
19 |
|
* Entity.pm (header_default_charset, header_default_charset_input): |
20 |
|
New options. |
21 |
|
* Header.pm (ditto): Likewise. |
22 |
|
* Util.pm |
23 |
|
- (angle_quoted, angle_qcontent, M_angle_quoted): New regexs |
24 |
|
(Moved from Message::Field::AngleQuoted). |
25 |
|
- (decode_ccontent): Order of arguments of |
26 |
|
Message::MIME::EncodedWord::decode_ccontent is changed. |
27 |
|
- (unquote_if_angle_quoted): New function. |
28 |
|
|
29 |
|
2002-06-16 wakaba <w@suika.fam.cx> |
30 |
|
|
31 |
|
* Header.pm (_n11n_field_name): Check namespace definition's |
32 |
|
case_sensible option. |
33 |
|
* Entity.pm (_add_ua): Removed. (Moved to Message::Field::UA.) |
34 |
|
|
35 |
|
2002-06-14 wakaba <w@suika.fam.cx> |
36 |
|
|
37 |
|
* Entity.pm (parse): See 'strict_linebreak' option |
38 |
|
and guess data's linebreak sequence. |
39 |
|
|
40 |
|
2002-06-11 wakaba <w@suika.fam.cx> |
41 |
|
|
42 |
|
* Header.pm (_item_match): Bug fix of "-by => 'ns'". |
43 |
|
* Partial.pm (reassembly): New function. |
44 |
|
|
45 |
|
2002-06-10 wakaba <w@suika.fam.cx> |
46 |
|
|
47 |
|
* Entity.pm (force_mime_entity): New option. |
48 |
|
* Header.pm (_item_match): -by => 'ns': New option. |
49 |
|
* Partial.pm: New module. |
50 |
|
|
51 |
|
2002-06-09 wakaba <w@suika.fam.cx> |
52 |
|
|
53 |
|
* Entity.pm: |
54 |
|
- (stringify): Minimumize MIME charset name when MIME'izing. |
55 |
|
- (mime-entity): New 'format' type. |
56 |
|
- (default_media_subtype): New option. Now 'default_media_type' |
57 |
|
is used for only (narrower meaning of) media type. |
58 |
|
- (content_type): See 'default_media_type' and |
59 |
|
'default_media_subtype'. (Was hardcoded as 'text/plain'.) |
60 |
|
- (option): '-resucrive': new option. |
61 |
|
* Header.pm (parse, parse_array): Don't discard invalid |
62 |
|
line (non-'field' line). (Treat as "X-Unknown" field.) |
63 |
|
|
64 |
2002-06-01 wakaba <w@suika.fam.cx> |
2002-06-01 wakaba <w@suika.fam.cx> |
65 |
|
|
66 |
* Entity.pm (_encode_body): Some bug fixes and |
* Entity.pm (_encode_body): Some bug fixes and |