1 |
2005-04-23 Wakaba <wakaba@suika.fam.cx>
|
2 |
|
3 |
* Multipart.pm (@BCHARS): COLON is removed from the list
|
4 |
since it is problematic (some old MTA might break the message).
|
5 |
|
6 |
2002-07-22 Wakaba <w@suika.fam.cx>
|
7 |
|
8 |
* Text.pm, TextPlain.pm (parse): If returned 'failed' value
|
9 |
of decode is failed and 'charset' is false, set
|
10 |
body_default_charset_input to _charset.
|
11 |
|
12 |
2002-07-20 Wakaba <w@suika.fam.cx>
|
13 |
|
14 |
* TextMessageRFC1153.pm: New module.
|
15 |
* Text.pm, TextPlain.pm (check_msmime): New option.
|
16 |
|
17 |
2002-07-19 Wakaba <w@suika.fam.cx>
|
18 |
|
19 |
* TextMessageRFC934.pm: New module.
|
20 |
|
21 |
2002-07-14 Wakaba <w@suika.fam.cx>
|
22 |
|
23 |
* Text.pm:
|
24 |
- (default_charset): Removed.
|
25 |
- (body_default_charset): New option.
|
26 |
- (body_default_charset_input): Likewise.
|
27 |
- (parse, stringify): Use new options instead of default_charset
|
28 |
option.
|
29 |
* TextPlain.pm (_init): Set 1 to fill_ct option
|
30 |
when format =~ rfc2822 | news-usefor (in addition to
|
31 |
http | mime).
|
32 |
|
33 |
2002-07-08 Wakaba <w@suika.fam.cx>
|
34 |
|
35 |
* MessageDeliveryStatus.pm: New module.
|
36 |
|
37 |
2002-07-02 Wakaba <w@suika.fam.cx>
|
38 |
|
39 |
* Multipart.pm:
|
40 |
- (parse): Call Message::Util::decide_newline.
|
41 |
- (data_part, control_part): New methods.
|
42 |
- (stringify): Set 'protocol' parameter of parent entity
|
43 |
if media type is message/signed or message/encrypted.
|
44 |
|
45 |
2002-06-23 wakaba <w@suika.fam.cx>
|
46 |
|
47 |
* TextPlain.pm (stringify): Minimumize MIME charset name
|
48 |
(bug fix).
|
49 |
|
50 |
2002-06-16 wakaba <w@suika.fam.cx>
|
51 |
|
52 |
* Text.pm, TextPlain.pm (_init): Bug fix of normalization
|
53 |
option (was not worked).
|
54 |
|
55 |
2002-06-14 wakaba <w@suika.fam.cx>
|
56 |
|
57 |
* MessageExternalBody.pm: New module.
|
58 |
|
59 |
2002-06-11 wakaba <w@suika.fam.cx>
|
60 |
|
61 |
* Multipart.pm: Some bug fixes.
|
62 |
|
63 |
2002-06-10 wakaba <w@suika.fam.cx>
|
64 |
|
65 |
* Multipart.pm (add, delete, count, item): Supported.
|
66 |
|
67 |
2002-06-09 wakaba <w@suika.fam.cx>
|
68 |
|
69 |
* Multipart.pm: New module.
|
70 |
* Text.pm (stringify): Don't append "\x0D\x0A" unless it
|
71 |
when normalization.
|
72 |
* TextPlain.pm (stringify):
|
73 |
- Minimumlizes mime charset name (if fill_ct).
|
74 |
- Don't append "\x0D\x0A" unless it when normalization.
|
75 |
|
76 |
2002-06-01 wakaba <w@suika.fam.cx>
|
77 |
|
78 |
* TextPlain.pm: Reimplemented with parent class
|
79 |
Message::Field::Structured.
|
80 |
|
81 |
2002-03-21 wakaba <w@suika.fam.cx>
|
82 |
|
83 |
* ChangeLog: New file.
|
84 |
|
85 |
* TextPlain.pm: New module.
|