1 |
|
2002-06-09 wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Entity.pm: |
4 |
|
- (stringify): Minimumize MIME charset name when MIME'izing. |
5 |
|
- (mime-entity): New 'format' type. |
6 |
|
- (default_media_subtype): New option. Now 'default_media_type' |
7 |
|
is used for only (narrower meaning of) media type. |
8 |
|
- (content_type): See 'default_media_type' and |
9 |
|
'default_media_subtype'. (Was hardcoded as 'text/plain'.) |
10 |
|
- (option): '-resucrive': new option. |
11 |
|
* Header.pm (parse, parse_array): Don't discard invalid |
12 |
|
line (non-'field' line). (Treat as "X-Unknown" field.) |
13 |
|
|
14 |
2002-06-01 wakaba <w@suika.fam.cx> |
2002-06-01 wakaba <w@suika.fam.cx> |
15 |
|
|
16 |
* Entity.pm (_encode_body): Some bug fixes and |
* Entity.pm (_encode_body): Some bug fixes and |