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> |
18 |
|
|
19 |
|
* Header.pm (url_mailto_safe): Removed. |
20 |
|
(Moved to Message::Header::RFC822.) |
21 |
|
|
22 |
|
* 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> |
28 |
|
|
29 |
|
* Entity.pm, Header.pm: Supports namespaced header |
30 |
|
field name started with { prefix "-" }. (But |
31 |
|
it is not completely supported yet.) |
32 |
|
* Header/: New directory. |
33 |
|
|
34 |
|
* Header.pm: Uses Message::Field::Structured |
35 |
|
as parent module. |
36 |
|
|
37 |
|
2002-05-16 wakaba <w@suika.fam.cx> |
38 |
|
|
39 |
|
* Util.pm: |
40 |
|
- ($REG{NON_http_attribute_char_wsp}): New regex. |
41 |
|
- (wsps_to_sp): New function. |
42 |
|
- (decode_header_string): Don't do away tail WSPs. |
43 |
|
- TODO: Util.pm must have some needless functions. |
44 |
|
|
45 |
|
2002-05-15 wakaba <w@suika.fam.cx> |
46 |
|
|
47 |
|
* Header.pm: |
48 |
|
- Add Resent-User-Agent: field support. |
49 |
|
- Use Message::Field::Addresses instead of |
50 |
|
Message::Field::Address. |
51 |
|
|
52 |
|
2002-05-14 wakaba <w@suika.fam.cx> |
53 |
|
|
54 |
|
* Entity.pm (pod:uri-url-mailto-*): New list-items. |
55 |
|
(stringify): Output mailto: URL when format =~ url-mailto. |
56 |
|
* Header.pm (stringify): Ditto. |
57 |
|
* Util.pm: Bugs are fixed. |
58 |
|
(remove_meaningless_wsp): New function. |
59 |
|
|
60 |
|
2002-04-21 wakaba <w@suika.fam.cx> |
61 |
|
|
62 |
|
* Entity.pm (pod:C<format>): New section. |
63 |
|
|
64 |
|
2002-04-05 wakaba <w@suika.fam.cx> |
65 |
|
|
66 |
|
* Util.pm: Add some functions from Message::Field::Structured. |
67 |
|
|
68 |
2002-04-03 wakaba <w@suika.fam.cx> |
2002-04-03 wakaba <w@suika.fam.cx> |
69 |
|
|
70 |
* Entity.pm, Header.pm: Updated. |
* Entity.pm, Header.pm: Updated. |