1 |
|
2002-06-16 wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Header.pm (_n11n_field_name): Check namespace definition's |
4 |
|
case_sensible option. |
5 |
|
* Entity.pm (_add_ua): Removed. (Moved to Message::Field::UA.) |
6 |
|
|
7 |
|
2002-06-14 wakaba <w@suika.fam.cx> |
8 |
|
|
9 |
|
* Entity.pm (parse): See 'strict_linebreak' option |
10 |
|
and guess data's linebreak sequence. |
11 |
|
|
12 |
|
2002-06-11 wakaba <w@suika.fam.cx> |
13 |
|
|
14 |
|
* Header.pm (_item_match): Bug fix of "-by => 'ns'". |
15 |
|
* Partial.pm (reassembly): New function. |
16 |
|
|
17 |
|
2002-06-10 wakaba <w@suika.fam.cx> |
18 |
|
|
19 |
|
* Entity.pm (force_mime_entity): New option. |
20 |
|
* Header.pm (_item_match): -by => 'ns': New option. |
21 |
|
* Partial.pm: New module. |
22 |
|
|
23 |
|
2002-06-09 wakaba <w@suika.fam.cx> |
24 |
|
|
25 |
|
* Entity.pm: |
26 |
|
- (stringify): Minimumize MIME charset name when MIME'izing. |
27 |
|
- (mime-entity): New 'format' type. |
28 |
|
- (default_media_subtype): New option. Now 'default_media_type' |
29 |
|
is used for only (narrower meaning of) media type. |
30 |
|
- (content_type): See 'default_media_type' and |
31 |
|
'default_media_subtype'. (Was hardcoded as 'text/plain'.) |
32 |
|
- (option): '-resucrive': new option. |
33 |
|
* Header.pm (parse, parse_array): Don't discard invalid |
34 |
|
line (non-'field' line). (Treat as "X-Unknown" field.) |
35 |
|
|
36 |
|
2002-06-01 wakaba <w@suika.fam.cx> |
37 |
|
|
38 |
|
* Entity.pm (_encode_body): Some bug fixes and |
39 |
|
better support of CT/CTE/charset. |
40 |
|
(_parse_value): Passes options 'body_default_charset' |
41 |
|
and 'body_default_charset_input' and parameter |
42 |
|
'header' to body class. |
43 |
|
* Util.pm (encode_body_string, encode_header_string): |
44 |
|
Returns minimum charset name if available. |
45 |
|
|
46 |
|
2002-05-30 wakaba <w@suika.fam.cx> |
47 |
|
|
48 |
|
* Entity.pm (_encode_body): Checks charset name |
49 |
|
to decide CTE. |
50 |
|
|
51 |
|
2002-05-29 wakaba <w@suika.fam.cx> |
52 |
|
|
53 |
|
* Entity.pm: |
54 |
|
- (%ENCODE, %DECODE): Removed. (Moved to Message::MIME::Encoding) |
55 |
|
- Uses \x0D\x0A instead of \n. (Temporary. `linebreak-strict' |
56 |
|
and related options should be implemented /strictly/.) |
57 |
|
- (_encode_body): Checks media type to choose CTE. |
58 |
|
- (accept_coderange): New option. |
59 |
|
- (body_default_media_type, body_default_charset): Likewise. |
60 |
|
- (fill_ct): Likewise. |
61 |
|
- Uses %Message::Header::NS_phname2uri instead of direct |
62 |
|
access to namespace definition package. |
63 |
|
- (content_type): Returns (type, subtype) list when wantarray'ed. |
64 |
|
- (media_type): New method. (Alias of content_type) |
65 |
|
* Header.pm (_replace_hash_shift): Checks namespace of field name. |
66 |
|
|
67 |
|
2002-05-26 wakaba <w@suika.fam.cx> |
68 |
|
|
69 |
|
* Header.pm (url_mailto_safe): Removed. |
70 |
|
(Moved to Message::Header::RFC822.) |
71 |
|
|
72 |
|
* Makefile: New file. |
73 |
|
|
74 |
|
* Entity.pm: Uses Win32 if use_config and $^O eq |
75 |
|
MSWin32. |
76 |
|
|
77 |
|
2002-05-25 wakaba <w@suika.fam.cx> |
78 |
|
|
79 |
|
* Entity.pm, Header.pm: Supports namespaced header |
80 |
|
field name started with { prefix "-" }. (But |
81 |
|
it is not completely supported yet.) |
82 |
|
* Header/: New directory. |
83 |
|
|
84 |
|
* Header.pm: Uses Message::Field::Structured |
85 |
|
as parent module. |
86 |
|
|
87 |
|
2002-05-16 wakaba <w@suika.fam.cx> |
88 |
|
|
89 |
|
* Util.pm: |
90 |
|
- ($REG{NON_http_attribute_char_wsp}): New regex. |
91 |
|
- (wsps_to_sp): New function. |
92 |
|
- (decode_header_string): Don't do away tail WSPs. |
93 |
|
- TODO: Util.pm must have some needless functions. |
94 |
|
|
95 |
|
2002-05-15 wakaba <w@suika.fam.cx> |
96 |
|
|
97 |
|
* Header.pm: |
98 |
|
- Add Resent-User-Agent: field support. |
99 |
|
- Use Message::Field::Addresses instead of |
100 |
|
Message::Field::Address. |
101 |
|
|
102 |
|
2002-05-14 wakaba <w@suika.fam.cx> |
103 |
|
|
104 |
|
* Entity.pm (pod:uri-url-mailto-*): New list-items. |
105 |
|
(stringify): Output mailto: URL when format =~ url-mailto. |
106 |
|
* Header.pm (stringify): Ditto. |
107 |
|
* Util.pm: Bugs are fixed. |
108 |
|
(remove_meaningless_wsp): New function. |
109 |
|
|
110 |
|
2002-04-21 wakaba <w@suika.fam.cx> |
111 |
|
|
112 |
|
* Entity.pm (pod:C<format>): New section. |
113 |
|
|
114 |
|
2002-04-05 wakaba <w@suika.fam.cx> |
115 |
|
|
116 |
|
* Util.pm: Add some functions from Message::Field::Structured. |
117 |
|
|
118 |
2002-04-03 wakaba <w@suika.fam.cx> |
2002-04-03 wakaba <w@suika.fam.cx> |
119 |
|
|
120 |
* Entity.pm, Header.pm: Updated. |
* Entity.pm, Header.pm: Updated. |