| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-08 | obsolete Mail::Message::Encode functions are moved to here temporarily.feature/utf8-mime-header-handling | Ken'ichi Fukamachi | |
| The functions are encode_mime_string(), decode_mime_string() and decode_mime_utf8_to_euc(). | |||
| 2018-09-08 | removed encode_mime_string(), decode_mime_string() and ↵ | Ken'ichi Fukamachi | |
| decode_mime_utf8_to_euc(). They are moved to Mail::Message::Encode::Obsolete temporarily. | |||
| 2018-09-08 | subject handling is changed to mime_header_decode() and as_external_form() ↵ | Ken'ichi Fukamachi | |
| style. XXX bug this module is broken now. XXX it seems text2html() handles the input as ISO-8859-1 always ? | |||
| 2018-09-08 | update comments on subject (mime header) handling. | Ken'ichi Fukamachi | |
| 2018-09-08 | subject handling is changed to use Mail::Message::Subject based e.g. ↵ | Ken'ichi Fukamachi | |
| mime_header_decode(). Mail::Message::Subject | |||
| 2018-09-08 | subject handling is changed to Mail::Message::Subject->mime_header_decode() ↵ | Ken'ichi Fukamachi | |
| and as_external_form() style. | |||
| 2018-09-08 | subject handling is changed to mime_header_decode() and as_external_form() ↵ | Ken'ichi Fukamachi | |
| style. | |||
| 2018-09-08 | private _regexp_compile() is elevated to public regexp_compile(). | Ken'ichi Fukamachi | |
| 2018-09-08 | remove base64() and qp(). | Ken'ichi Fukamachi | |
| 2018-09-08 | just a template. removed not-used "use Jcode". | Ken'ichi Fukamachi | |
| 2018-09-08 | clarified each variable is Perl internal or external form. | Ken'ichi Fukamachi | |
| 2018-09-08 | fixed the new() description: no, we do not use Jcode here. | Ken'ichi Fukamachi | |
| 2018-09-08 | remove debug codes. | Ken'ichi Fukamachi | |
| 2018-09-08 | define convert_from_internal_to_external_form() which convert the given Perl ↵ | Ken'ichi Fukamachi | |
| internal form to the external printable one. | |||
| 2018-09-08 | article_thread_init() modified to use Mail::Message::Subject. | Ken'ichi Fukamachi | |
| 2018-09-08 | removed obsolete mime_encode() and mime_decode(). | Ken'ichi Fukamachi | |
| 2018-09-08 | define as_external_form() which return the internal data as the external ↵ | Ken'ichi Fukamachi | |
| form string. | |||
| 2018-09-08 | fix the document descriptions on rewrite_article_subject_tag(). | Ken'ichi Fukamachi | |
| 2018-09-08 | remove debug codes. | Ken'ichi Fukamachi | |
| 2018-09-08 | _decode_mime_string() switched to use mime_header_decode_as_octets() of ↵ | Ken'ichi Fukamachi | |
| Mail::Message::Encode::Perl class. | |||
| 2018-09-08 | remove debug. | Ken'ichi Fukamachi | |
| 2018-09-08 | return the phrase of from: address by using mime_header_decode_as_octets(). | Ken'ichi Fukamachi | |
| 2018-09-08 | define mime_header_decode_as_octets(). It returns printable form not Perl ↵ | Ken'ichi Fukamachi | |
| internal one. | |||
| 2018-09-08 | rewrite_article_subject_tag() switched to use Mail::Message::Encode::Perl. | Ken'ichi Fukamachi | |
| 2018-09-08 | switched to use Mail::Message::Encode::Perl in From address parsing. | Ken'ichi Fukamachi | |
| 2018-09-08 | fix documentation and debug codes to use mime_header_decode/encode(). | Ken'ichi Fukamachi | |
| 2018-09-08 | mime header decode/encode switched to use Mail::Message::Encode::Perl. | Ken'ichi Fukamachi | |
| define new functions: mime_header_encode() and mime_header_decode(). | |||
| 2018-09-08 | add Mail::Message::Encode::Perl for Perl (character-oriented) based encoding. | Ken'ichi Fukamachi | |
| 2018-09-04 | oops, it was wrong. toward 7.99.00 not 7.98.99 ;_; | Ken'ichi Fukamachi | |
| 2018-09-04 | clarify FML::Header::Subjectrewrite_article_subject_tag_orig is obsolete | Ken'ichi Fukamachi | |
| by renaming to rewrite_article_subject_tag_obsolete(). It should be removed in the future. It will stay with the repository for a while. | |||
| 2018-09-04 | Revert "FML::Header::Subject->rewrite_article_subject_tag is obsolete." | Ken'ichi Fukamachi | |
| This reverts commit e1a83b9afe47ce152788651d0a395ec3cdd39d43. | |||
| 2018-09-04 | FML::Header::Subject->rewrite_article_subject_tag is obsolete. | Ken'ichi Fukamachi | |
| Temporarily, renamed to rewrite_article_subject_tag_obsolete() but it should be removed in the future. | |||
| 2018-09-04 | toward 7.98.99, internal encoded message handling overhaul underway. | Ken'ichi Fukamachi | |
| 2018-09-04 | renamed: ↵ | Ken'ichi Fukamachi | |
| s/rewrite_article_subject_tag_orig()/rewrite_article_subject_tag_obsolete()/ to clarify it is obsolete. | |||
| 2018-08-14 | + perl 5.26.2 on NetBSD 7.0 | Ken'ichi Fukamachi | |
| 2018-08-01 | the least description on fml8 | Ken'ichi Fukamachi | |
| 2018-08-01 | fml8 monthly release 20180801: switch from cvs to git github.com/fmlorg | Ken'ichi Fukamachi | |
| 2018-08-01 | master repository switch from cvs to github.com/fmlorg. | Ken'ichi Fukamachi | |
| master repository is moved from cvs.fml.org to github.com/fmlorg. modified tools and documents to reflect scm changes (cvs to github). | |||
| 2018-08-01 | modified to catch up the scm changes (cvs to github). | Ken'ichi Fukamachi | |
| 2018-08-01 | modified to use git reflecting scm changes (cvs to github). | Ken'ichi Fukamachi | |
| 2018-08-01 | obsolete due to scm changes (cvs to git(github)) | Ken'ichi Fukamachi | |
| 2018-08-01 | repository descriptions, newly created due to scm changes (cvs to git(github). | Ken'ichi Fukamachi | |
| 2018-08-01 | obsolete due to scm changes (cvs to git(github)) | Ken'ichi Fukamachi | |
| 2018-02-01 | fml8 monthly release 20180201 | fukachan | |
| 2018-01-13 | update CPAN modules | fukachan | |
| - updated to Crypt-RandPasswd 0.06 - updated to Exporter-Lite 0.08 - updated to Time-modules 2013.0912 - updated to Unicode-Japanese 0.49 - updated to File-MMagic 1.30 - updated to PathTools 3.62 (File::Spec) - updated to MIME-Types 2.14 | |||
| 2018-01-13 | Initial revision | fukachan | |
| 2018-01-13 | Initial revision | fukachan | |
| 2018-01-13 | resolv conflicts, bump up to Time-modules-2013-0912. | fukachan | |
| 2018-01-13 | resolv conflict. bump up to Time-modules-2013.0912. | fukachan | |
| 2018-01-13 | Initial revision | fukachan | |
