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