1 |
|
2002-06-16 wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Header.pm (_n11n_field_name): Check namespace definition's |
4 |
|
case_sensible option. |
5 |
|
* Entity.pm (_add_ua): Removed. (Moved to Message::Field::UA.) |
6 |
|
|
7 |
|
2002-06-14 wakaba <w@suika.fam.cx> |
8 |
|
|
9 |
|
* Entity.pm (parse): See 'strict_linebreak' option |
10 |
|
and guess data's linebreak sequence. |
11 |
|
|
12 |
|
2002-06-11 wakaba <w@suika.fam.cx> |
13 |
|
|
14 |
|
* Header.pm (_item_match): Bug fix of "-by => 'ns'". |
15 |
|
* Partial.pm (reassembly): New function. |
16 |
|
|
17 |
|
2002-06-10 wakaba <w@suika.fam.cx> |
18 |
|
|
19 |
|
* Entity.pm (force_mime_entity): New option. |
20 |
|
* Header.pm (_item_match): -by => 'ns': New option. |
21 |
|
* Partial.pm: New module. |
22 |
|
|
23 |
|
2002-06-09 wakaba <w@suika.fam.cx> |
24 |
|
|
25 |
|
* Entity.pm: |
26 |
|
- (stringify): Minimumize MIME charset name when MIME'izing. |
27 |
|
- (mime-entity): New 'format' type. |
28 |
|
- (default_media_subtype): New option. Now 'default_media_type' |
29 |
|
is used for only (narrower meaning of) media type. |
30 |
|
- (content_type): See 'default_media_type' and |
31 |
|
'default_media_subtype'. (Was hardcoded as 'text/plain'.) |
32 |
|
- (option): '-resucrive': new option. |
33 |
|
* Header.pm (parse, parse_array): Don't discard invalid |
34 |
|
line (non-'field' line). (Treat as "X-Unknown" field.) |
35 |
|
|
36 |
|
2002-06-01 wakaba <w@suika.fam.cx> |
37 |
|
|
38 |
|
* Entity.pm (_encode_body): Some bug fixes and |
39 |
|
better support of CT/CTE/charset. |
40 |
|
(_parse_value): Passes options 'body_default_charset' |
41 |
|
and 'body_default_charset_input' and parameter |
42 |
|
'header' to body class. |
43 |
|
* Util.pm (encode_body_string, encode_header_string): |
44 |
|
Returns minimum charset name if available. |
45 |
|
|
46 |
2002-05-30 wakaba <w@suika.fam.cx> |
2002-05-30 wakaba <w@suika.fam.cx> |
47 |
|
|
48 |
* Entity.pm (_encode_body): Checks charset name |
* Entity.pm (_encode_body): Checks charset name |