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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.40 - (hide annotations) (download)
Thu Aug 1 06:43:19 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.39: +1 -0 lines
2002-07-28  Wakaba <w@suika.fam.cx>

	* Entity.pm (destination, sender): New methods.
	* Tool.pm (escape_from, unescape_from): New functions.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24