| 1 |
2002-05-25 wakaba <w@suika.fam.cx>
|
| 2 |
|
| 3 |
* Entity.pm, Header.pm: Supports namespaced header
|
| 4 |
field name started with { prefix "-" }. (But
|
| 5 |
it is not completely supported yet.)
|
| 6 |
* Header/: New directory.
|
| 7 |
|
| 8 |
* Header.pm: Uses Message::Field::Structured
|
| 9 |
as parent module.
|
| 10 |
|
| 11 |
2002-05-16 wakaba <w@suika.fam.cx>
|
| 12 |
|
| 13 |
* Util.pm:
|
| 14 |
- ($REG{NON_http_attribute_char_wsp}): New regex.
|
| 15 |
- (wsps_to_sp): New function.
|
| 16 |
- (decode_header_string): Don't do away tail WSPs.
|
| 17 |
- TODO: Util.pm must have some needless functions.
|
| 18 |
|
| 19 |
2002-05-15 wakaba <w@suika.fam.cx>
|
| 20 |
|
| 21 |
* Header.pm:
|
| 22 |
- Add Resent-User-Agent: field support.
|
| 23 |
- Use Message::Field::Addresses instead of
|
| 24 |
Message::Field::Address.
|
| 25 |
|
| 26 |
2002-05-14 wakaba <w@suika.fam.cx>
|
| 27 |
|
| 28 |
* Entity.pm (pod:uri-url-mailto-*): New list-items.
|
| 29 |
(stringify): Output mailto: URL when format =~ url-mailto.
|
| 30 |
* Header.pm (stringify): Ditto.
|
| 31 |
* Util.pm: Bugs are fixed.
|
| 32 |
(remove_meaningless_wsp): New function.
|
| 33 |
|
| 34 |
2002-04-21 wakaba <w@suika.fam.cx>
|
| 35 |
|
| 36 |
* Entity.pm (pod:C<format>): New section.
|
| 37 |
|
| 38 |
2002-04-05 wakaba <w@suika.fam.cx>
|
| 39 |
|
| 40 |
* Util.pm: Add some functions from Message::Field::Structured.
|
| 41 |
|
| 42 |
2002-04-03 wakaba <w@suika.fam.cx>
|
| 43 |
|
| 44 |
* Entity.pm, Header.pm: Updated.
|
| 45 |
|
| 46 |
2002-03-31 wakaba <w@suika.fam.cx>
|
| 47 |
|
| 48 |
* Header.pm: Support Message::Field::URI.
|
| 49 |
|
| 50 |
2002-03-27 wakaba <w@suika.fam.cx>
|
| 51 |
|
| 52 |
* Fix bug of treatment of FWS sorounding encoded-word.
|
| 53 |
(MIME/EncodedWord.pm and related modules.)
|
| 54 |
|
| 55 |
2002-03-26 wakaba <w@suika.fam.cx>
|
| 56 |
|
| 57 |
* Entity.pm: Adds User-Agent: value when stringify.
|
| 58 |
(ua_field_name, ua_use_config): New options.
|
| 59 |
(add_ua): New option.
|
| 60 |
(_add_ua): New proceder.
|
| 61 |
|
| 62 |
2002-03-25 wakaba <w@suika.fam.cx>
|
| 63 |
|
| 64 |
* MIME/: New directory.
|
| 65 |
* Util.pm: New module.
|
| 66 |
* Entity.pm, Header.pm (parse_all): New option.
|
| 67 |
(hook_encode_string, hook_decode_string): Likewise.
|
| 68 |
|
| 69 |
2002-03-23 wakaba <w@suika.fam.cx>
|
| 70 |
|
| 71 |
* Header.pm: Supports Message::Field::CSV,
|
| 72 |
Message::Field::ValueParams, Message::Field::ContentType,
|
| 73 |
Message::Field::ContentDisposition.
|
| 74 |
|
| 75 |
2002-03-21 wakaba <w@suika.fam.cx>
|
| 76 |
|
| 77 |
* Body/: New directory.
|
| 78 |
|
| 79 |
2002-03-16 wakaba <w@suika.fam.cx>
|
| 80 |
|
| 81 |
* Header.pm: Use Message::Field::Date.
|
| 82 |
|
| 83 |
2002-03-13 wakaba <w@suika.fam.cx>
|
| 84 |
|
| 85 |
* Header.pm: New module.
|
| 86 |
* Entity.pm: Likewise.
|
| 87 |
|
| 88 |
* ChangeLog: New file.
|