1 |
2002-05-16 wakaba <w@suika.fam.cx>
|
2 |
|
3 |
* Util.pm:
|
4 |
- ($REG{NON_http_attribute_char_wsp}): New regex.
|
5 |
- (wsps_to_sp): New function.
|
6 |
- (decode_header_string): Don't do away tail WSPs.
|
7 |
- TODO: Util.pm must have some needless functions.
|
8 |
|
9 |
2002-05-15 wakaba <w@suika.fam.cx>
|
10 |
|
11 |
* Header.pm:
|
12 |
- Add Resent-User-Agent: field support.
|
13 |
- Use Message::Field::Addresses instead of
|
14 |
Message::Field::Address.
|
15 |
|
16 |
2002-05-14 wakaba <w@suika.fam.cx>
|
17 |
|
18 |
* Entity.pm (pod:uri-url-mailto-*): New list-items.
|
19 |
(stringify): Output mailto: URL when format =~ url-mailto.
|
20 |
* Header.pm (stringify): Ditto.
|
21 |
* Util.pm: Bugs are fixed.
|
22 |
(remove_meaningless_wsp): New function.
|
23 |
|
24 |
2002-04-21 wakaba <w@suika.fam.cx>
|
25 |
|
26 |
* Entity.pm (pod:C<format>): New section.
|
27 |
|
28 |
2002-04-05 wakaba <w@suika.fam.cx>
|
29 |
|
30 |
* Util.pm: Add some functions from Message::Field::Structured.
|
31 |
|
32 |
2002-04-03 wakaba <w@suika.fam.cx>
|
33 |
|
34 |
* Entity.pm, Header.pm: Updated.
|
35 |
|
36 |
2002-03-31 wakaba <w@suika.fam.cx>
|
37 |
|
38 |
* Header.pm: Support Message::Field::URI.
|
39 |
|
40 |
2002-03-27 wakaba <w@suika.fam.cx>
|
41 |
|
42 |
* Fix bug of treatment of FWS sorounding encoded-word.
|
43 |
(MIME/EncodedWord.pm and related modules.)
|
44 |
|
45 |
2002-03-26 wakaba <w@suika.fam.cx>
|
46 |
|
47 |
* Entity.pm: Adds User-Agent: value when stringify.
|
48 |
(ua_field_name, ua_use_config): New options.
|
49 |
(add_ua): New option.
|
50 |
(_add_ua): New proceder.
|
51 |
|
52 |
2002-03-25 wakaba <w@suika.fam.cx>
|
53 |
|
54 |
* MIME/: New directory.
|
55 |
* Util.pm: New module.
|
56 |
* Entity.pm, Header.pm (parse_all): New option.
|
57 |
(hook_encode_string, hook_decode_string): Likewise.
|
58 |
|
59 |
2002-03-23 wakaba <w@suika.fam.cx>
|
60 |
|
61 |
* Header.pm: Supports Message::Field::CSV,
|
62 |
Message::Field::ValueParams, Message::Field::ContentType,
|
63 |
Message::Field::ContentDisposition.
|
64 |
|
65 |
2002-03-21 wakaba <w@suika.fam.cx>
|
66 |
|
67 |
* Body/: New directory.
|
68 |
|
69 |
2002-03-16 wakaba <w@suika.fam.cx>
|
70 |
|
71 |
* Header.pm: Use Message::Field::Date.
|
72 |
|
73 |
2002-03-13 wakaba <w@suika.fam.cx>
|
74 |
|
75 |
* Header.pm: New module.
|
76 |
* Entity.pm: Likewise.
|
77 |
|
78 |
* ChangeLog: New file.
|