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