summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Header/Subject.pm
AgeCommit message (Collapse)Author
2018-09-04clarify FML::Header::Subjectrewrite_article_subject_tag_orig is obsoleteKen'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-04Revert "FML::Header::Subject->rewrite_article_subject_tag is obsolete."Ken'ichi Fukamachi
This reverts commit e1a83b9afe47ce152788651d0a395ec3cdd39d43.
2018-09-04FML::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.
2006-11-24fix copyrightfukachan
2006-11-19fix commentsfukachan
2005-08-20cut_off -> cutofffukachan
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan
2005-08-19bug fixed (forgotten import of module ;-)fukachan
2005-08-18exclude explicit code e.g. euc-jp and use Mail::Message::Charset instead.fukachan
2005-05-26not use str.strfukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix style (FNF).fukachan
use //o if could.
2004-04-27remove _delete_subject_tag().fukachan
method-ify delete_subject_tag().
2004-03-28fix usage of Mail::Message::Language::Japanese::Subject.fukachan
2004-01-22fix comments.fukachan
2004-01-02fix copyrightfukachan
2004-01-01remove $args.fukachan
It is a top level parameter FML::Process::Switch provides. Almost functions should access the content via utility methods provided by FML::Process::Utils.
2003-08-23fix comments: =head2 function(...) formfukachan
2003-07-21method-ify cut_off_reply_tag()fukachan
2003-03-14validate inputfukachan
2003-01-28decode() returns tag info, toofukachan
2003-01-11fix comments (FNF).fukachan
2002-12-20fix comments. add return() if not specified.fukachan
2002-12-10white space cosmeticsfukachan
2002-11-26define clean_up(), decode(), delete_subject_tag() to separetefukachan
functions.
2002-10-28you can use \U$ml_name\$ in subject tag configuration:)fukachan
2002-10-03workaround to re-encode subject after subject tag handlingfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-13switched to use of Mail::Message::Encodefukachan
2002-07-02fix copyrightfukachan
2002-06-01major variable naming overhaulfukachan
relocating variable definitions in etc/src/ aling rule: e.g. use_XXX XXX_rules XXX_dir XXX_cache_dir rename: $recipient_limit -> $smtp_recipient_limit $incoming_mail_dir -> $incoming_mail_cache_dir $outgoing_mail_dir -> $outgoing_mail_cache_dir $qmail_control_virtualdomains_file -> $qmail_virtualdomains_file s/header_filter/article_header_filter/ s/header_rewrite/article_header_rewrite/ s/body_filter/article_body_filter/ s/subject_tag/article_subject_tag/ verify_XXX_* -> check_XXX newly defined: $use_digest_header_rewrite removed: $smtp_log_dir $smtp_log_file
2002-05-23add mime decode for subjecttmu
2002-04-24replace subject to Subjecttmu
2001-12-22remove \s*$fukachan
2001-11-27update comments with FNF-ifyfukachan
2001-11-26FML::Language -> Mail::Message::Languagefukachan
2001-10-08more clever way to create regexp: quotemeta() firstly, and hack a fewfukachan
2001-07-31rename FML::NL to FML::Languagefukachan
2001-06-10move Language:: to FML::NL:: name space due to the function usagefukachan
2001-05-30clean up documentsfukachan
2001-03-20s/Dialect/Language/fukachan
2001-03-20use FML::Log qw(Log LogWarn LogError);error-message-statusfukachan
2001-03-10add missing descriptionsfukachan
2001-03-10nuke execute_ticket_system() which is not usedfukachan
define regexp_compile() method which wraps _regexp_compile() for modules outside FML::Header::Subject.
2001-02-19align the format in HISTORY sectionfukachan
2001-02-18clean up FML::__template ... in documentsfukachan
2001-02-18write my name in copyright paragraph :)fukachan
2001-01-30change $subject_tag uses $ml_name and %d style.fukachan
use quotemeta() to quote the end of the tag add more comments in header.cf.ja
2001-01-25cut off Re:... tags in subjectfukachan