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