| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The functions are
encode_mime_string(), decode_mime_string() and decode_mime_utf8_to_euc().
|
|
decode_mime_utf8_to_euc().
They are moved to Mail::Message::Encode::Obsolete temporarily.
|
|
style.
XXX bug this module is broken now.
XXX it seems text2html() handles the input as ISO-8859-1 always ?
|
|
|
|
mime_header_decode().
Mail::Message::Subject
|
|
and as_external_form() style.
|
|
style.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
internal form to the external printable one.
|
|
|
|
|
|
form string.
|
|
|
|
|
|
Mail::Message::Encode::Perl class.
|
|
|
|
|
|
internal one.
|
|
|
|
|
|
|
|
define new functions: mime_header_encode() and mime_header_decode().
|
|
|
|
by renaming to rewrite_article_subject_tag_obsolete().
It should be removed in the future.
It will stay with the repository for a while.
|
|
This reverts commit e1a83b9afe47ce152788651d0a395ec3cdd39d43.
|
|
Temporarily, renamed to rewrite_article_subject_tag_obsolete()
but it should be removed in the future.
|
|
s/rewrite_article_subject_tag_orig()/rewrite_article_subject_tag_obsolete()/ to clarify it is obsolete.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to <mizuki@myokoo.jp>.
|
|
update copyright.
add running test info:
+ perl 5.24.0 on NetBSD 7.0
+ perl 5.22.1 on NetBSD 7.0
+ perl 5.20.1 on NetBSD 5.1.2_PATCH
+ perl 5.18.1 on NetBSD 5.1.2_PATCH
+ perl 5.16 on NetBSD 5.1.2_PATCH
+ perl 5.10.0 on NetBSD 5.0.2
|
|
if exists, enhanced to catch up www.fml.org framework changes.
|
|
instead use a simple test for size: if (@an_array) { ... }
|