1 |
|
2002-07-08 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Entity.pm (parse): Typo fix. |
4 |
|
|
5 |
|
2002-07-07 Wakaba <w@suika.fam.cx> |
6 |
|
|
7 |
|
* Entity.pm (check_md5): New method. |
8 |
|
* Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options. |
9 |
|
|
10 |
|
2002-07-06 Wakaba <w@suika.fam.cx> |
11 |
|
|
12 |
|
* Header.pm: Support of RFC 2774 namespace. |
13 |
|
|
14 |
|
2002-07-04 Wakaba <w@suika.fam.cx> |
15 |
|
|
16 |
|
* Util.pm (encode_printable_string, decode_printable_string, |
17 |
|
encode_t71_string, decode_t71_string, encode_restricted_rfc822, |
18 |
|
decode_restricted_rfc822): New functions. |
19 |
|
|
20 |
|
2002-07-02 Wakaba <w@suika.fam.cx> |
21 |
|
|
22 |
|
* Util.pm (decide_newline): New function. |
23 |
|
* Entity.pm (parse): Call Message::Util::decide_newline |
24 |
|
instead of local code. |
25 |
|
|
26 |
|
2002-06-23 Wakaba <w@suika.fam.cx> |
27 |
|
|
28 |
|
* Entity.pm (header_default_charset, header_default_charset_input): |
29 |
|
New options. |
30 |
|
* Header.pm (ditto): Likewise. |
31 |
|
* Util.pm |
32 |
|
- (angle_quoted, angle_qcontent, M_angle_quoted): New regexs |
33 |
|
(Moved from Message::Field::AngleQuoted). |
34 |
|
- (decode_ccontent): Order of arguments of |
35 |
|
Message::MIME::EncodedWord::decode_ccontent is changed. |
36 |
|
- (unquote_if_angle_quoted): New function. |
37 |
|
|
38 |
|
2002-06-16 wakaba <w@suika.fam.cx> |
39 |
|
|
40 |
|
* Header.pm (_n11n_field_name): Check namespace definition's |
41 |
|
case_sensible option. |
42 |
|
* Entity.pm (_add_ua): Removed. (Moved to Message::Field::UA.) |
43 |
|
|
44 |
|
2002-06-14 wakaba <w@suika.fam.cx> |
45 |
|
|
46 |
|
* Entity.pm (parse): See 'strict_linebreak' option |
47 |
|
and guess data's linebreak sequence. |
48 |
|
|
49 |
|
2002-06-11 wakaba <w@suika.fam.cx> |
50 |
|
|
51 |
|
* Header.pm (_item_match): Bug fix of "-by => 'ns'". |
52 |
|
* Partial.pm (reassembly): New function. |
53 |
|
|
54 |
|
2002-06-10 wakaba <w@suika.fam.cx> |
55 |
|
|
56 |
|
* Entity.pm (force_mime_entity): New option. |
57 |
|
* Header.pm (_item_match): -by => 'ns': New option. |
58 |
|
* Partial.pm: New module. |
59 |
|
|
60 |
2002-06-09 wakaba <w@suika.fam.cx> |
2002-06-09 wakaba <w@suika.fam.cx> |
61 |
|
|
62 |
* Entity.pm: |
* Entity.pm: |