1 |
|
2002-06-01 wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Entity.pm (_encode_body): Some bug fixes and |
4 |
|
better support of CT/CTE/charset. |
5 |
|
(_parse_value): Passes options 'body_default_charset' |
6 |
|
and 'body_default_charset_input' and parameter |
7 |
|
'header' to body class. |
8 |
|
* Util.pm (encode_body_string, encode_header_string): |
9 |
|
Returns minimum charset name if available. |
10 |
|
|
11 |
|
2002-05-30 wakaba <w@suika.fam.cx> |
12 |
|
|
13 |
|
* Entity.pm (_encode_body): Checks charset name |
14 |
|
to decide CTE. |
15 |
|
|
16 |
|
2002-05-29 wakaba <w@suika.fam.cx> |
17 |
|
|
18 |
|
* Entity.pm: |
19 |
|
- (%ENCODE, %DECODE): Removed. (Moved to Message::MIME::Encoding) |
20 |
|
- Uses \x0D\x0A instead of \n. (Temporary. `linebreak-strict' |
21 |
|
and related options should be implemented /strictly/.) |
22 |
|
- (_encode_body): Checks media type to choose CTE. |
23 |
|
- (accept_coderange): New option. |
24 |
|
- (body_default_media_type, body_default_charset): Likewise. |
25 |
|
- (fill_ct): Likewise. |
26 |
|
- Uses %Message::Header::NS_phname2uri instead of direct |
27 |
|
access to namespace definition package. |
28 |
|
- (content_type): Returns (type, subtype) list when wantarray'ed. |
29 |
|
- (media_type): New method. (Alias of content_type) |
30 |
|
* Header.pm (_replace_hash_shift): Checks namespace of field name. |
31 |
|
|
32 |
|
2002-05-26 wakaba <w@suika.fam.cx> |
33 |
|
|
34 |
|
* Header.pm (url_mailto_safe): Removed. |
35 |
|
(Moved to Message::Header::RFC822.) |
36 |
|
|
37 |
|
* Makefile: New file. |
38 |
|
|
39 |
|
* Entity.pm: Uses Win32 if use_config and $^O eq |
40 |
|
MSWin32. |
41 |
|
|
42 |
|
2002-05-25 wakaba <w@suika.fam.cx> |
43 |
|
|
44 |
|
* Entity.pm, Header.pm: Supports namespaced header |
45 |
|
field name started with { prefix "-" }. (But |
46 |
|
it is not completely supported yet.) |
47 |
|
* Header/: New directory. |
48 |
|
|
49 |
|
* Header.pm: Uses Message::Field::Structured |
50 |
|
as parent module. |
51 |
|
|
52 |
|
2002-05-16 wakaba <w@suika.fam.cx> |
53 |
|
|
54 |
|
* Util.pm: |
55 |
|
- ($REG{NON_http_attribute_char_wsp}): New regex. |
56 |
|
- (wsps_to_sp): New function. |
57 |
|
- (decode_header_string): Don't do away tail WSPs. |
58 |
|
- TODO: Util.pm must have some needless functions. |
59 |
|
|
60 |
|
2002-05-15 wakaba <w@suika.fam.cx> |
61 |
|
|
62 |
|
* Header.pm: |
63 |
|
- Add Resent-User-Agent: field support. |
64 |
|
- Use Message::Field::Addresses instead of |
65 |
|
Message::Field::Address. |
66 |
|
|
67 |
|
2002-05-14 wakaba <w@suika.fam.cx> |
68 |
|
|
69 |
|
* Entity.pm (pod:uri-url-mailto-*): New list-items. |
70 |
|
(stringify): Output mailto: URL when format =~ url-mailto. |
71 |
|
* Header.pm (stringify): Ditto. |
72 |
|
* Util.pm: Bugs are fixed. |
73 |
|
(remove_meaningless_wsp): New function. |
74 |
|
|
75 |
2002-04-21 wakaba <w@suika.fam.cx> |
2002-04-21 wakaba <w@suika.fam.cx> |
76 |
|
|
77 |
* Entity.pm (pod:C<format>): New section. |
* Entity.pm (pod:C<format>): New section. |