1 |
wakaba |
1.49 |
2006-02-26 Wakaba <wakaba@suika.fam.cx>
|
2 |
|
|
|
3 |
|
|
* Makefile (distclean): New rule.
|
4 |
|
|
|
5 |
wakaba |
1.48 |
2005-09-22 Wakaba <wakaba@suika.fam.cx>
|
6 |
|
|
|
7 |
|
|
* Makefile: Rules to build subdirectories added.
|
8 |
|
|
|
9 |
wakaba |
1.47 |
2004-08-21 Wakaba <wakaba@suika.fam.cx>
|
10 |
|
|
|
11 |
|
|
* DOM/: New directory.
|
12 |
|
|
|
13 |
wakaba |
1.46 |
2004-01-06 Wakaba <wakaba@suika.fam.cx>
|
14 |
|
|
|
15 |
|
|
* Entity.pm (parse): Don't remove all "From"s within text when use_magic_line.
|
16 |
|
|
|
17 |
w |
1.45 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
18 |
|
|
|
19 |
|
|
* Util.pm (Message::Util::Wide::unquote_if_quoted_string): Give 's' option
|
20 |
|
|
to 's'.
|
21 |
|
|
|
22 |
wakaba |
1.44 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
23 |
|
|
|
24 |
|
|
* Util.pm (%FMT2STR, sprintxf): Aliasnized.
|
25 |
|
|
(Moved to new module Message::Util::Formatter.)
|
26 |
|
|
* Util/: New directory.
|
27 |
|
|
|
28 |
wakaba |
1.43 |
2002-08-05 Wakaba <w@suika.fam.cx>
|
29 |
|
|
|
30 |
|
|
* Util.pm:
|
31 |
|
|
- (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string
|
32 |
|
|
instead of Message::Util::unquote_if_quoted_string.
|
33 |
|
|
- (Message::Util::Wide): New package.
|
34 |
|
|
- (%Message::Util::Wide::REG): New hash.
|
35 |
|
|
- (Message::Util::unquote_if_quoted_string): New function.
|
36 |
|
|
- NOTE: "Wide" package is created to support utf8 string
|
37 |
|
|
of perl 5.7.3 or later. Utf8 string does not work
|
38 |
|
|
only for [\x00-\xFF] regex of current functions,
|
39 |
|
|
and this regex is used as (?:.|\x0D|\x0A). (Without
|
40 |
|
|
's' option, "." does not match with newline character.)
|
41 |
|
|
When we can do away problematic code from all
|
42 |
|
|
Message::* modules, we can also do away "Wide" package.
|
43 |
|
|
|
44 |
wakaba |
1.42 |
2002-08-04 Wakaba <w@suika.fam.cx>
|
45 |
|
|
|
46 |
|
|
* Entity.pm: Don't fill_source by default if format =~ http.
|
47 |
|
|
|
48 |
wakaba |
1.41 |
2002-08-01 Wakaba <w@suika.fam.cx>
|
49 |
|
|
|
50 |
|
|
* Entity.pm (list_name, list_count): New methods.
|
51 |
|
|
|
52 |
wakaba |
1.39 |
2002-07-28 Wakaba <w@suika.fam.cx>
|
53 |
|
|
|
54 |
|
|
* Entity.pm (destination, sender): New methods.
|
55 |
wakaba |
1.40 |
* Tool.pm (escape_from, unescape_from): New functions.
|
56 |
wakaba |
1.39 |
|
57 |
wakaba |
1.37 |
2002-07-26 Wakaba <w@suika.fam.cx>
|
58 |
|
|
|
59 |
|
|
* Entity.pm:
|
60 |
|
|
- (fill_missing_fields): New option.
|
61 |
|
|
- (fill_source, fill_destination): New options.
|
62 |
wakaba |
1.38 |
- (hook_stringify_fill_fields): Option removed.
|
63 |
|
|
* Header.pm:
|
64 |
|
|
- (_header_cmp): Removed.
|
65 |
|
|
- (@header_order, %header_order): Removed.
|
66 |
|
|
- (_scan_sort): Use Message::Header::* namespace packages to sort.
|
67 |
wakaba |
1.37 |
|
68 |
wakaba |
1.36 |
2002-07-25 Wakaba <w@suika.fam.cx>
|
69 |
|
|
|
70 |
|
|
* Tool.pm: New module.
|
71 |
|
|
|
72 |
wakaba |
1.35 |
2002-07-22 Wakaba <w@suika.fam.cx>
|
73 |
|
|
|
74 |
|
|
* Util.pm: Some fix for new returned value style
|
75 |
|
|
of Message::MIME::Charset.
|
76 |
|
|
|
77 |
wakaba |
1.34 |
2002-07-21 Wakaba <w@suika.fam.cx>
|
78 |
|
|
|
79 |
|
|
* Entity.pm (import): New.
|
80 |
|
|
|
81 |
wakaba |
1.33 |
2002-07-20 Wakaba <w@suika.fam.cx>
|
82 |
|
|
|
83 |
|
|
* Entity.pm (content_type): Guess media type:
|
84 |
|
|
text/x-message-rfc1153, text/x-pgp-cleatext-singed,
|
85 |
|
|
application/pgp, text/x-message-pem.
|
86 |
|
|
|
87 |
|
|
2002-07-19 Wakaba <w@suika.fam.cx>
|
88 |
|
|
|
89 |
|
|
* Entity.pm:
|
90 |
|
|
- (guess_media_type): New option.
|
91 |
|
|
- (content_type): Guess media type (text/x-message-rfc934)
|
92 |
|
|
if necessary.
|
93 |
|
|
|
94 |
wakaba |
1.32 |
2002-07-13 Wakaba <w@suika.fam.cx>
|
95 |
|
|
|
96 |
|
|
* Util.pm:
|
97 |
|
|
- (get_host_fqdn): New function.
|
98 |
|
|
- (%OPTION): New hash.
|
99 |
|
|
* Entity.pm (stringify): Pass 'format' option
|
100 |
|
|
to the body (when stringify'ing it) with
|
101 |
|
|
-parent_format option, instead of -format option.
|
102 |
|
|
|
103 |
wakaba |
1.30 |
2002-07-08 Wakaba <w@suika.fam.cx>
|
104 |
|
|
|
105 |
|
|
* Entity.pm (parse): Typo fix.
|
106 |
wakaba |
1.31 |
* Header.pm (hook_init_fill_options, hook_stringify_fill_fields):
|
107 |
|
|
New options.
|
108 |
wakaba |
1.30 |
|
109 |
wakaba |
1.29 |
2002-07-07 Wakaba <w@suika.fam.cx>
|
110 |
|
|
|
111 |
|
|
* Entity.pm (check_md5): New method.
|
112 |
|
|
* Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options.
|
113 |
|
|
|
114 |
wakaba |
1.28 |
2002-07-06 Wakaba <w@suika.fam.cx>
|
115 |
|
|
|
116 |
|
|
* Header.pm: Support of RFC 2774 namespace.
|
117 |
|
|
|
118 |
wakaba |
1.27 |
2002-07-04 Wakaba <w@suika.fam.cx>
|
119 |
|
|
|
120 |
|
|
* Util.pm (encode_printable_string, decode_printable_string,
|
121 |
|
|
encode_t71_string, decode_t71_string, encode_restricted_rfc822,
|
122 |
|
|
decode_restricted_rfc822): New functions.
|
123 |
|
|
|
124 |
wakaba |
1.26 |
2002-07-02 Wakaba <w@suika.fam.cx>
|
125 |
|
|
|
126 |
|
|
* Util.pm (decide_newline): New function.
|
127 |
|
|
* Entity.pm (parse): Call Message::Util::decide_newline
|
128 |
|
|
instead of local code.
|
129 |
|
|
|
130 |
wakaba |
1.25 |
2002-06-23 Wakaba <w@suika.fam.cx>
|
131 |
|
|
|
132 |
|
|
* Entity.pm (header_default_charset, header_default_charset_input):
|
133 |
|
|
New options.
|
134 |
|
|
* Header.pm (ditto): Likewise.
|
135 |
|
|
* Util.pm
|
136 |
|
|
- (angle_quoted, angle_qcontent, M_angle_quoted): New regexs
|
137 |
|
|
(Moved from Message::Field::AngleQuoted).
|
138 |
|
|
- (decode_ccontent): Order of arguments of
|
139 |
|
|
Message::MIME::EncodedWord::decode_ccontent is changed.
|
140 |
|
|
- (unquote_if_angle_quoted): New function.
|
141 |
|
|
|
142 |
wakaba |
1.24 |
2002-06-16 wakaba <w@suika.fam.cx>
|
143 |
|
|
|
144 |
|
|
* Header.pm (_n11n_field_name): Check namespace definition's
|
145 |
|
|
case_sensible option.
|
146 |
|
|
* Entity.pm (_add_ua): Removed. (Moved to Message::Field::UA.)
|
147 |
|
|
|
148 |
wakaba |
1.23 |
2002-06-14 wakaba <w@suika.fam.cx>
|
149 |
|
|
|
150 |
|
|
* Entity.pm (parse): See 'strict_linebreak' option
|
151 |
|
|
and guess data's linebreak sequence.
|
152 |
|
|
|
153 |
wakaba |
1.22 |
2002-06-11 wakaba <w@suika.fam.cx>
|
154 |
|
|
|
155 |
|
|
* Header.pm (_item_match): Bug fix of "-by => 'ns'".
|
156 |
|
|
* Partial.pm (reassembly): New function.
|
157 |
|
|
|
158 |
wakaba |
1.21 |
2002-06-10 wakaba <w@suika.fam.cx>
|
159 |
|
|
|
160 |
|
|
* Entity.pm (force_mime_entity): New option.
|
161 |
|
|
* Header.pm (_item_match): -by => 'ns': New option.
|
162 |
|
|
* Partial.pm: New module.
|
163 |
|
|
|
164 |
wakaba |
1.20 |
2002-06-09 wakaba <w@suika.fam.cx>
|
165 |
|
|
|
166 |
|
|
* Entity.pm:
|
167 |
|
|
- (stringify): Minimumize MIME charset name when MIME'izing.
|
168 |
|
|
- (mime-entity): New 'format' type.
|
169 |
|
|
- (default_media_subtype): New option. Now 'default_media_type'
|
170 |
|
|
is used for only (narrower meaning of) media type.
|
171 |
|
|
- (content_type): See 'default_media_type' and
|
172 |
|
|
'default_media_subtype'. (Was hardcoded as 'text/plain'.)
|
173 |
|
|
- (option): '-resucrive': new option.
|
174 |
|
|
* Header.pm (parse, parse_array): Don't discard invalid
|
175 |
|
|
line (non-'field' line). (Treat as "X-Unknown" field.)
|
176 |
|
|
|
177 |
wakaba |
1.19 |
2002-06-01 wakaba <w@suika.fam.cx>
|
178 |
|
|
|
179 |
|
|
* Entity.pm (_encode_body): Some bug fixes and
|
180 |
|
|
better support of CT/CTE/charset.
|
181 |
|
|
(_parse_value): Passes options 'body_default_charset'
|
182 |
|
|
and 'body_default_charset_input' and parameter
|
183 |
|
|
'header' to body class.
|
184 |
|
|
* Util.pm (encode_body_string, encode_header_string):
|
185 |
|
|
Returns minimum charset name if available.
|
186 |
|
|
|
187 |
wakaba |
1.18 |
2002-05-30 wakaba <w@suika.fam.cx>
|
188 |
|
|
|
189 |
|
|
* Entity.pm (_encode_body): Checks charset name
|
190 |
|
|
to decide CTE.
|
191 |
|
|
|
192 |
wakaba |
1.17 |
2002-05-29 wakaba <w@suika.fam.cx>
|
193 |
|
|
|
194 |
|
|
* Entity.pm:
|
195 |
|
|
- (%ENCODE, %DECODE): Removed. (Moved to Message::MIME::Encoding)
|
196 |
|
|
- Uses \x0D\x0A instead of \n. (Temporary. `linebreak-strict'
|
197 |
|
|
and related options should be implemented /strictly/.)
|
198 |
|
|
- (_encode_body): Checks media type to choose CTE.
|
199 |
|
|
- (accept_coderange): New option.
|
200 |
|
|
- (body_default_media_type, body_default_charset): Likewise.
|
201 |
|
|
- (fill_ct): Likewise.
|
202 |
|
|
- Uses %Message::Header::NS_phname2uri instead of direct
|
203 |
|
|
access to namespace definition package.
|
204 |
|
|
- (content_type): Returns (type, subtype) list when wantarray'ed.
|
205 |
|
|
- (media_type): New method. (Alias of content_type)
|
206 |
|
|
* Header.pm (_replace_hash_shift): Checks namespace of field name.
|
207 |
|
|
|
208 |
wakaba |
1.16 |
2002-05-26 wakaba <w@suika.fam.cx>
|
209 |
|
|
|
210 |
|
|
* Header.pm (url_mailto_safe): Removed.
|
211 |
|
|
(Moved to Message::Header::RFC822.)
|
212 |
|
|
|
213 |
|
|
* Makefile: New file.
|
214 |
wakaba |
1.17 |
|
215 |
|
|
* Entity.pm: Uses Win32 if use_config and $^O eq
|
216 |
|
|
MSWin32.
|
217 |
wakaba |
1.16 |
|
218 |
wakaba |
1.15 |
2002-05-25 wakaba <w@suika.fam.cx>
|
219 |
|
|
|
220 |
|
|
* Entity.pm, Header.pm: Supports namespaced header
|
221 |
|
|
field name started with { prefix "-" }. (But
|
222 |
|
|
it is not completely supported yet.)
|
223 |
|
|
* Header/: New directory.
|
224 |
|
|
|
225 |
|
|
* Header.pm: Uses Message::Field::Structured
|
226 |
|
|
as parent module.
|
227 |
|
|
|
228 |
wakaba |
1.14 |
2002-05-16 wakaba <w@suika.fam.cx>
|
229 |
|
|
|
230 |
|
|
* Util.pm:
|
231 |
|
|
- ($REG{NON_http_attribute_char_wsp}): New regex.
|
232 |
|
|
- (wsps_to_sp): New function.
|
233 |
|
|
- (decode_header_string): Don't do away tail WSPs.
|
234 |
|
|
- TODO: Util.pm must have some needless functions.
|
235 |
|
|
|
236 |
wakaba |
1.13 |
2002-05-15 wakaba <w@suika.fam.cx>
|
237 |
|
|
|
238 |
|
|
* Header.pm:
|
239 |
|
|
- Add Resent-User-Agent: field support.
|
240 |
|
|
- Use Message::Field::Addresses instead of
|
241 |
|
|
Message::Field::Address.
|
242 |
|
|
|
243 |
wakaba |
1.12 |
2002-05-14 wakaba <w@suika.fam.cx>
|
244 |
|
|
|
245 |
|
|
* Entity.pm (pod:uri-url-mailto-*): New list-items.
|
246 |
|
|
(stringify): Output mailto: URL when format =~ url-mailto.
|
247 |
|
|
* Header.pm (stringify): Ditto.
|
248 |
|
|
* Util.pm: Bugs are fixed.
|
249 |
|
|
(remove_meaningless_wsp): New function.
|
250 |
|
|
|
251 |
wakaba |
1.11 |
2002-04-21 wakaba <w@suika.fam.cx>
|
252 |
|
|
|
253 |
|
|
* Entity.pm (pod:C<format>): New section.
|
254 |
|
|
|
255 |
wakaba |
1.10 |
2002-04-05 wakaba <w@suika.fam.cx>
|
256 |
|
|
|
257 |
|
|
* Util.pm: Add some functions from Message::Field::Structured.
|
258 |
|
|
|
259 |
wakaba |
1.9 |
2002-04-03 wakaba <w@suika.fam.cx>
|
260 |
|
|
|
261 |
|
|
* Entity.pm, Header.pm: Updated.
|
262 |
|
|
|
263 |
wakaba |
1.8 |
2002-03-31 wakaba <w@suika.fam.cx>
|
264 |
|
|
|
265 |
|
|
* Header.pm: Support Message::Field::URI.
|
266 |
|
|
|
267 |
wakaba |
1.7 |
2002-03-27 wakaba <w@suika.fam.cx>
|
268 |
|
|
|
269 |
|
|
* Fix bug of treatment of FWS sorounding encoded-word.
|
270 |
|
|
(MIME/EncodedWord.pm and related modules.)
|
271 |
|
|
|
272 |
wakaba |
1.6 |
2002-03-26 wakaba <w@suika.fam.cx>
|
273 |
|
|
|
274 |
|
|
* Entity.pm: Adds User-Agent: value when stringify.
|
275 |
|
|
(ua_field_name, ua_use_config): New options.
|
276 |
|
|
(add_ua): New option.
|
277 |
|
|
(_add_ua): New proceder.
|
278 |
|
|
|
279 |
wakaba |
1.5 |
2002-03-25 wakaba <w@suika.fam.cx>
|
280 |
|
|
|
281 |
|
|
* MIME/: New directory.
|
282 |
|
|
* Util.pm: New module.
|
283 |
|
|
* Entity.pm, Header.pm (parse_all): New option.
|
284 |
|
|
(hook_encode_string, hook_decode_string): Likewise.
|
285 |
|
|
|
286 |
wakaba |
1.4 |
2002-03-23 wakaba <w@suika.fam.cx>
|
287 |
|
|
|
288 |
|
|
* Header.pm: Supports Message::Field::CSV,
|
289 |
|
|
Message::Field::ValueParams, Message::Field::ContentType,
|
290 |
|
|
Message::Field::ContentDisposition.
|
291 |
|
|
|
292 |
wakaba |
1.3 |
2002-03-21 wakaba <w@suika.fam.cx>
|
293 |
|
|
|
294 |
|
|
* Body/: New directory.
|
295 |
|
|
|
296 |
wakaba |
1.2 |
2002-03-16 wakaba <w@suika.fam.cx>
|
297 |
|
|
|
298 |
|
|
* Header.pm: Use Message::Field::Date.
|
299 |
|
|
|
300 |
wakaba |
1.1 |
2002-03-13 wakaba <w@suika.fam.cx>
|
301 |
|
|
|
302 |
|
|
* Header.pm: New module.
|
303 |
|
|
* Entity.pm: Likewise.
|
304 |
|
|
|
305 |
|
|
* ChangeLog: New file.
|