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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.22 - (show annotations) (download)
Wed Jun 12 11:38:56 2002 UTC (23 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.21: +5 -0 lines
2002-06-11  wakaba <w@suika.fam.cx>

	* Header.pm (_item_match): Bug fix of "-by => 'ns'".
	* Partial.pm (reassembly): New function.

1 2002-06-11 wakaba <w@suika.fam.cx>
2
3 * Header.pm (_item_match): Bug fix of "-by => 'ns'".
4 * Partial.pm (reassembly): New function.
5
6 2002-06-10 wakaba <w@suika.fam.cx>
7
8 * Entity.pm (force_mime_entity): New option.
9 * Header.pm (_item_match): -by => 'ns': New option.
10 * Partial.pm: New module.
11
12 2002-06-09 wakaba <w@suika.fam.cx>
13
14 * Entity.pm:
15 - (stringify): Minimumize MIME charset name when MIME'izing.
16 - (mime-entity): New 'format' type.
17 - (default_media_subtype): New option. Now 'default_media_type'
18 is used for only (narrower meaning of) media type.
19 - (content_type): See 'default_media_type' and
20 'default_media_subtype'. (Was hardcoded as 'text/plain'.)
21 - (option): '-resucrive': new option.
22 * Header.pm (parse, parse_array): Don't discard invalid
23 line (non-'field' line). (Treat as "X-Unknown" field.)
24
25 2002-06-01 wakaba <w@suika.fam.cx>
26
27 * Entity.pm (_encode_body): Some bug fixes and
28 better support of CT/CTE/charset.
29 (_parse_value): Passes options 'body_default_charset'
30 and 'body_default_charset_input' and parameter
31 'header' to body class.
32 * Util.pm (encode_body_string, encode_header_string):
33 Returns minimum charset name if available.
34
35 2002-05-30 wakaba <w@suika.fam.cx>
36
37 * Entity.pm (_encode_body): Checks charset name
38 to decide CTE.
39
40 2002-05-29 wakaba <w@suika.fam.cx>
41
42 * Entity.pm:
43 - (%ENCODE, %DECODE): Removed. (Moved to Message::MIME::Encoding)
44 - Uses \x0D\x0A instead of \n. (Temporary. `linebreak-strict'
45 and related options should be implemented /strictly/.)
46 - (_encode_body): Checks media type to choose CTE.
47 - (accept_coderange): New option.
48 - (body_default_media_type, body_default_charset): Likewise.
49 - (fill_ct): Likewise.
50 - Uses %Message::Header::NS_phname2uri instead of direct
51 access to namespace definition package.
52 - (content_type): Returns (type, subtype) list when wantarray'ed.
53 - (media_type): New method. (Alias of content_type)
54 * Header.pm (_replace_hash_shift): Checks namespace of field name.
55
56 2002-05-26 wakaba <w@suika.fam.cx>
57
58 * Header.pm (url_mailto_safe): Removed.
59 (Moved to Message::Header::RFC822.)
60
61 * Makefile: New file.
62
63 * Entity.pm: Uses Win32 if use_config and $^O eq
64 MSWin32.
65
66 2002-05-25 wakaba <w@suika.fam.cx>
67
68 * Entity.pm, Header.pm: Supports namespaced header
69 field name started with { prefix "-" }. (But
70 it is not completely supported yet.)
71 * Header/: New directory.
72
73 * Header.pm: Uses Message::Field::Structured
74 as parent module.
75
76 2002-05-16 wakaba <w@suika.fam.cx>
77
78 * Util.pm:
79 - ($REG{NON_http_attribute_char_wsp}): New regex.
80 - (wsps_to_sp): New function.
81 - (decode_header_string): Don't do away tail WSPs.
82 - TODO: Util.pm must have some needless functions.
83
84 2002-05-15 wakaba <w@suika.fam.cx>
85
86 * Header.pm:
87 - Add Resent-User-Agent: field support.
88 - Use Message::Field::Addresses instead of
89 Message::Field::Address.
90
91 2002-05-14 wakaba <w@suika.fam.cx>
92
93 * Entity.pm (pod:uri-url-mailto-*): New list-items.
94 (stringify): Output mailto: URL when format =~ url-mailto.
95 * Header.pm (stringify): Ditto.
96 * Util.pm: Bugs are fixed.
97 (remove_meaningless_wsp): New function.
98
99 2002-04-21 wakaba <w@suika.fam.cx>
100
101 * Entity.pm (pod:C<format>): New section.
102
103 2002-04-05 wakaba <w@suika.fam.cx>
104
105 * Util.pm: Add some functions from Message::Field::Structured.
106
107 2002-04-03 wakaba <w@suika.fam.cx>
108
109 * Entity.pm, Header.pm: Updated.
110
111 2002-03-31 wakaba <w@suika.fam.cx>
112
113 * Header.pm: Support Message::Field::URI.
114
115 2002-03-27 wakaba <w@suika.fam.cx>
116
117 * Fix bug of treatment of FWS sorounding encoded-word.
118 (MIME/EncodedWord.pm and related modules.)
119
120 2002-03-26 wakaba <w@suika.fam.cx>
121
122 * Entity.pm: Adds User-Agent: value when stringify.
123 (ua_field_name, ua_use_config): New options.
124 (add_ua): New option.
125 (_add_ua): New proceder.
126
127 2002-03-25 wakaba <w@suika.fam.cx>
128
129 * MIME/: New directory.
130 * Util.pm: New module.
131 * Entity.pm, Header.pm (parse_all): New option.
132 (hook_encode_string, hook_decode_string): Likewise.
133
134 2002-03-23 wakaba <w@suika.fam.cx>
135
136 * Header.pm: Supports Message::Field::CSV,
137 Message::Field::ValueParams, Message::Field::ContentType,
138 Message::Field::ContentDisposition.
139
140 2002-03-21 wakaba <w@suika.fam.cx>
141
142 * Body/: New directory.
143
144 2002-03-16 wakaba <w@suika.fam.cx>
145
146 * Header.pm: Use Message::Field::Date.
147
148 2002-03-13 wakaba <w@suika.fam.cx>
149
150 * Header.pm: New module.
151 * Entity.pm: Likewise.
152
153 * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24