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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.35 - (show annotations) (download)
Mon Jul 22 02:49:45 2002 UTC (22 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.34: +5 -0 lines
2002-07-22  Wakaba <w@suika.fam.cx>

	* Util.pm: Some fix for new returned value style
	of Message::MIME::Charset.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24