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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.39 - (hide annotations) (download)
Sun Jul 28 00:31:38 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.38: +4 -0 lines
2002-07-28  Wakaba <w@suika.fam.cx>

	* Entity.pm (destination, sender): New methods.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24