summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Expand)Author
2018-09-08subject handling is changed to mime_header_decode() and as_external_form() st...Ken'ichi Fukamachi
2018-09-08private _regexp_compile() is elevated to public regexp_compile().Ken'ichi Fukamachi
2018-09-08remove base64() and qp().Ken'ichi Fukamachi
2018-09-08just a template. removed not-used "use Jcode".Ken'ichi Fukamachi
2018-09-08clarified each variable is Perl internal or external form.Ken'ichi Fukamachi
2018-09-08fixed the new() description: no, we do not use Jcode here.Ken'ichi Fukamachi
2018-09-08remove debug codes.Ken'ichi Fukamachi
2018-09-08define convert_from_internal_to_external_form() which convert the given Perl ...Ken'ichi Fukamachi
2018-09-08article_thread_init() modified to use Mail::Message::Subject.Ken'ichi Fukamachi
2018-09-08removed obsolete mime_encode() and mime_decode().Ken'ichi Fukamachi
2018-09-08define as_external_form() which return the internal data as the external form...Ken'ichi Fukamachi
2018-09-08fix the document descriptions on rewrite_article_subject_tag().Ken'ichi Fukamachi
2018-09-08remove debug codes.Ken'ichi Fukamachi
2018-09-08_decode_mime_string() switched to use mime_header_decode_as_octets() of Mail:...Ken'ichi Fukamachi
2018-09-08remove debug.Ken'ichi Fukamachi
2018-09-08return the phrase of from: address by using mime_header_decode_as_octets().Ken'ichi Fukamachi
2018-09-08define mime_header_decode_as_octets(). It returns printable form not Perl int...Ken'ichi Fukamachi
2018-09-08rewrite_article_subject_tag() switched to use Mail::Message::Encode::Perl.Ken'ichi Fukamachi
2018-09-08switched to use Mail::Message::Encode::Perl in From address parsing.Ken'ichi Fukamachi
2018-09-08fix documentation and debug codes to use mime_header_decode/encode().Ken'ichi Fukamachi
2018-09-08mime header decode/encode switched to use Mail::Message::Encode::Perl.Ken'ichi Fukamachi
2018-09-08add Mail::Message::Encode::Perl for Perl (character-oriented) based encoding.Ken'ichi Fukamachi
2018-09-04clarify FML::Header::Subjectrewrite_article_subject_tag_orig is obsoleteKen'ichi Fukamachi
2018-09-04Revert "FML::Header::Subject->rewrite_article_subject_tag is obsolete."Ken'ichi Fukamachi
2018-09-04FML::Header::Subject->rewrite_article_subject_tag is obsolete.Ken'ichi Fukamachi
2018-09-04renamed: s/rewrite_article_subject_tag_orig()/rewrite_article_subject_tag_obs...Ken'ichi Fukamachi
2018-08-14+ perl 5.26.2 on NetBSD 7.0Ken'ichi Fukamachi
2018-08-01modified to catch up the scm changes (cvs to github).Ken'ichi Fukamachi
2018-08-01modified to use git reflecting scm changes (cvs to github).Ken'ichi Fukamachi
2018-08-01obsolete due to scm changes (cvs to git(github))Ken'ichi Fukamachi
2018-08-01repository descriptions, newly created due to scm changes (cvs to git(github).Ken'ichi Fukamachi
2018-08-01obsolete due to scm changes (cvs to git(github))Ken'ichi Fukamachi
2018-01-01update copyright to 2001-2018fukachan
2017-12-31apply patch to fix charset handling in Content-Type headerfukachan
2017-03-04update comments.fukachan
2013-04-14fml/utils/bin/sgml_compile.sh: inherit FML_DSL environmental variablefukachan
2012-12-30catch up perl changes: defined(hashes and arrays) is deprecated,fukachan
2012-12-30catch up perl changes: not length(@array), use "scalar @array" to findfukachan
2012-12-13fix copyrightfukachan
2012-12-13RT#66474: catch up IO::Handle changes in Perl 5.16 to avoid a lot of warnings.fukachan
2012-04-24fix descriptions, copyright.fukachan
2012-04-21not duplicated loading of Socket related classes.fukachan
2012-04-15&timegm() -> timegm().fukachan
2012-04-15not use obsolete library: timelocal.pl and ctime.pl, which is removedfukachan
2011-09-25modified to not use this top level package. remove this.fukachan
2011-09-25include ErrorStatus module within it.fukachan
2011-09-25include ErrorStatus module within it.fukachan
2011-08-25bugfix quoted-printable pattern at decode_mime_utf8_to_euc()tmu
2011-08-25white space cosmetics.fukachan
2011-08-24add new working OStmu