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