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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.38 - (hide annotations) (download)
Sat Jul 27 04:44:25 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.37: +5 -0 lines
2002-07-26  Wakaba <w@suika.fam.cx>

	* Entity.pm:
	- (fill_missing_fields): New option.
	- (fill_source, fill_destination): New options.
	- (hook_stringify_fill_fields): Option removed.
	* Header.pm:
	- (_header_cmp): Removed.
	- (@header_order, %header_order): Removed.
	- (_scan_sort): Use Message::Header::* namespace packages to sort.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24