1 |
|
2002-06-23 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Entity.pm (header_default_charset, header_default_charset_input): |
4 |
|
New options. |
5 |
|
* Header.pm (ditto): Likewise. |
6 |
|
* Util.pm |
7 |
|
- (angle_quoted, angle_qcontent, M_angle_quoted): New regexs |
8 |
|
(Moved from Message::Field::AngleQuoted). |
9 |
|
- (decode_ccontent): Order of arguments of |
10 |
|
Message::MIME::EncodedWord::decode_ccontent is changed. |
11 |
|
- (unquote_if_angle_quoted): New function. |
12 |
|
|
13 |
|
2002-06-16 wakaba <w@suika.fam.cx> |
14 |
|
|
15 |
|
* Header.pm (_n11n_field_name): Check namespace definition's |
16 |
|
case_sensible option. |
17 |
|
* Entity.pm (_add_ua): Removed. (Moved to Message::Field::UA.) |
18 |
|
|
19 |
|
2002-06-14 wakaba <w@suika.fam.cx> |
20 |
|
|
21 |
|
* Entity.pm (parse): See 'strict_linebreak' option |
22 |
|
and guess data's linebreak sequence. |
23 |
|
|
24 |
|
2002-06-11 wakaba <w@suika.fam.cx> |
25 |
|
|
26 |
|
* Header.pm (_item_match): Bug fix of "-by => 'ns'". |
27 |
|
* Partial.pm (reassembly): New function. |
28 |
|
|
29 |
|
2002-06-10 wakaba <w@suika.fam.cx> |
30 |
|
|
31 |
|
* Entity.pm (force_mime_entity): New option. |
32 |
|
* Header.pm (_item_match): -by => 'ns': New option. |
33 |
|
* Partial.pm: New module. |
34 |
|
|
35 |
|
2002-06-09 wakaba <w@suika.fam.cx> |
36 |
|
|
37 |
|
* Entity.pm: |
38 |
|
- (stringify): Minimumize MIME charset name when MIME'izing. |
39 |
|
- (mime-entity): New 'format' type. |
40 |
|
- (default_media_subtype): New option. Now 'default_media_type' |
41 |
|
is used for only (narrower meaning of) media type. |
42 |
|
- (content_type): See 'default_media_type' and |
43 |
|
'default_media_subtype'. (Was hardcoded as 'text/plain'.) |
44 |
|
- (option): '-resucrive': new option. |
45 |
|
* Header.pm (parse, parse_array): Don't discard invalid |
46 |
|
line (non-'field' line). (Treat as "X-Unknown" field.) |
47 |
|
|
48 |
|
2002-06-01 wakaba <w@suika.fam.cx> |
49 |
|
|
50 |
|
* Entity.pm (_encode_body): Some bug fixes and |
51 |
|
better support of CT/CTE/charset. |
52 |
|
(_parse_value): Passes options 'body_default_charset' |
53 |
|
and 'body_default_charset_input' and parameter |
54 |
|
'header' to body class. |
55 |
|
* Util.pm (encode_body_string, encode_header_string): |
56 |
|
Returns minimum charset name if available. |
57 |
|
|
58 |
|
2002-05-30 wakaba <w@suika.fam.cx> |
59 |
|
|
60 |
|
* Entity.pm (_encode_body): Checks charset name |
61 |
|
to decide CTE. |
62 |
|
|
63 |
|
2002-05-29 wakaba <w@suika.fam.cx> |
64 |
|
|
65 |
|
* Entity.pm: |
66 |
|
- (%ENCODE, %DECODE): Removed. (Moved to Message::MIME::Encoding) |
67 |
|
- Uses \x0D\x0A instead of \n. (Temporary. `linebreak-strict' |
68 |
|
and related options should be implemented /strictly/.) |
69 |
|
- (_encode_body): Checks media type to choose CTE. |
70 |
|
- (accept_coderange): New option. |
71 |
|
- (body_default_media_type, body_default_charset): Likewise. |
72 |
|
- (fill_ct): Likewise. |
73 |
|
- Uses %Message::Header::NS_phname2uri instead of direct |
74 |
|
access to namespace definition package. |
75 |
|
- (content_type): Returns (type, subtype) list when wantarray'ed. |
76 |
|
- (media_type): New method. (Alias of content_type) |
77 |
|
* Header.pm (_replace_hash_shift): Checks namespace of field name. |
78 |
|
|
79 |
|
2002-05-26 wakaba <w@suika.fam.cx> |
80 |
|
|
81 |
|
* Header.pm (url_mailto_safe): Removed. |
82 |
|
(Moved to Message::Header::RFC822.) |
83 |
|
|
84 |
|
* Makefile: New file. |
85 |
|
|
86 |
|
* Entity.pm: Uses Win32 if use_config and $^O eq |
87 |
|
MSWin32. |
88 |
|
|
89 |
|
2002-05-25 wakaba <w@suika.fam.cx> |
90 |
|
|
91 |
|
* Entity.pm, Header.pm: Supports namespaced header |
92 |
|
field name started with { prefix "-" }. (But |
93 |
|
it is not completely supported yet.) |
94 |
|
* Header/: New directory. |
95 |
|
|
96 |
|
* Header.pm: Uses Message::Field::Structured |
97 |
|
as parent module. |
98 |
|
|
99 |
|
2002-05-16 wakaba <w@suika.fam.cx> |
100 |
|
|
101 |
|
* Util.pm: |
102 |
|
- ($REG{NON_http_attribute_char_wsp}): New regex. |
103 |
|
- (wsps_to_sp): New function. |
104 |
|
- (decode_header_string): Don't do away tail WSPs. |
105 |
|
- TODO: Util.pm must have some needless functions. |
106 |
|
|
107 |
2002-05-15 wakaba <w@suika.fam.cx> |
2002-05-15 wakaba <w@suika.fam.cx> |
108 |
|
|
109 |
* Header.pm: |
* Header.pm: |