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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

	* Entity.pm:
	- (fill_missing_fields): New option.
	- (fill_source, fill_destination): New options.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24