1 |
|
2002-05-29 wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Entity.pm: |
4 |
|
- (%ENCODE, %DECODE): Removed. (Moved to Message::MIME::Encoding) |
5 |
|
- Uses \x0D\x0A instead of \n. (Temporary. `linebreak-strict' |
6 |
|
and related options should be implemented /strictly/.) |
7 |
|
- (_encode_body): Checks media type to choose CTE. |
8 |
|
- (accept_coderange): New option. |
9 |
|
- (body_default_media_type, body_default_charset): Likewise. |
10 |
|
- (fill_ct): Likewise. |
11 |
|
- Uses %Message::Header::NS_phname2uri instead of direct |
12 |
|
access to namespace definition package. |
13 |
|
- (content_type): Returns (type, subtype) list when wantarray'ed. |
14 |
|
- (media_type): New method. (Alias of content_type) |
15 |
|
* Header.pm (_replace_hash_shift): Checks namespace of field name. |
16 |
|
|
17 |
2002-05-26 wakaba <w@suika.fam.cx> |
2002-05-26 wakaba <w@suika.fam.cx> |
18 |
|
|
19 |
* Header.pm (url_mailto_safe): Removed. |
* Header.pm (url_mailto_safe): Removed. |
20 |
(Moved to Message::Header::RFC822.) |
(Moved to Message::Header::RFC822.) |
21 |
|
|
22 |
* Makefile: New file. |
* Makefile: New file. |
23 |
|
|
24 |
|
* Entity.pm: Uses Win32 if use_config and $^O eq |
25 |
|
MSWin32. |
26 |
|
|
27 |
2002-05-25 wakaba <w@suika.fam.cx> |
2002-05-25 wakaba <w@suika.fam.cx> |
28 |
|
|