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