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