1 |
wakaba |
1.17 |
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 |
wakaba |
1.16 |
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 |
wakaba |
1.17 |
|
24 |
|
|
* Entity.pm: Uses Win32 if use_config and $^O eq
|
25 |
|
|
MSWin32.
|
26 |
wakaba |
1.16 |
|
27 |
wakaba |
1.15 |
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 |
wakaba |
1.14 |
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 |
wakaba |
1.13 |
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 |
wakaba |
1.12 |
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 |
wakaba |
1.11 |
2002-04-21 wakaba <w@suika.fam.cx>
|
61 |
|
|
|
62 |
|
|
* Entity.pm (pod:C<format>): New section.
|
63 |
|
|
|
64 |
wakaba |
1.10 |
2002-04-05 wakaba <w@suika.fam.cx>
|
65 |
|
|
|
66 |
|
|
* Util.pm: Add some functions from Message::Field::Structured.
|
67 |
|
|
|
68 |
wakaba |
1.9 |
2002-04-03 wakaba <w@suika.fam.cx>
|
69 |
|
|
|
70 |
|
|
* Entity.pm, Header.pm: Updated.
|
71 |
|
|
|
72 |
wakaba |
1.8 |
2002-03-31 wakaba <w@suika.fam.cx>
|
73 |
|
|
|
74 |
|
|
* Header.pm: Support Message::Field::URI.
|
75 |
|
|
|
76 |
wakaba |
1.7 |
2002-03-27 wakaba <w@suika.fam.cx>
|
77 |
|
|
|
78 |
|
|
* Fix bug of treatment of FWS sorounding encoded-word.
|
79 |
|
|
(MIME/EncodedWord.pm and related modules.)
|
80 |
|
|
|
81 |
wakaba |
1.6 |
2002-03-26 wakaba <w@suika.fam.cx>
|
82 |
|
|
|
83 |
|
|
* Entity.pm: Adds User-Agent: value when stringify.
|
84 |
|
|
(ua_field_name, ua_use_config): New options.
|
85 |
|
|
(add_ua): New option.
|
86 |
|
|
(_add_ua): New proceder.
|
87 |
|
|
|
88 |
wakaba |
1.5 |
2002-03-25 wakaba <w@suika.fam.cx>
|
89 |
|
|
|
90 |
|
|
* MIME/: New directory.
|
91 |
|
|
* Util.pm: New module.
|
92 |
|
|
* Entity.pm, Header.pm (parse_all): New option.
|
93 |
|
|
(hook_encode_string, hook_decode_string): Likewise.
|
94 |
|
|
|
95 |
wakaba |
1.4 |
2002-03-23 wakaba <w@suika.fam.cx>
|
96 |
|
|
|
97 |
|
|
* Header.pm: Supports Message::Field::CSV,
|
98 |
|
|
Message::Field::ValueParams, Message::Field::ContentType,
|
99 |
|
|
Message::Field::ContentDisposition.
|
100 |
|
|
|
101 |
wakaba |
1.3 |
2002-03-21 wakaba <w@suika.fam.cx>
|
102 |
|
|
|
103 |
|
|
* Body/: New directory.
|
104 |
|
|
|
105 |
wakaba |
1.2 |
2002-03-16 wakaba <w@suika.fam.cx>
|
106 |
|
|
|
107 |
|
|
* Header.pm: Use Message::Field::Date.
|
108 |
|
|
|
109 |
wakaba |
1.1 |
2002-03-13 wakaba <w@suika.fam.cx>
|
110 |
|
|
|
111 |
|
|
* Header.pm: New module.
|
112 |
|
|
* Entity.pm: Likewise.
|
113 |
|
|
|
114 |
|
|
* ChangeLog: New file.
|