/[suikacvs]/messaging/manakai/lib/Message/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.46 - (show annotations) (download)
Tue Jan 6 09:02:41 2004 UTC (20 years, 10 months ago) by wakaba
Branch: MAIN
Branch point for: experimental-xml-parser-200401
Changes since 1.45: +4 -0 lines
(parse): Don't remove all Froms within text when use_magic_line.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24