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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.34 - (hide annotations) (download)
Sun Jul 21 03:26:02 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.33: +4 -0 lines
2002-07-21  Wakaba <w@suika.fam.cx>

	* Entity.pm (import): New.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24