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