summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/SendFile.pm
AgeCommit message (Expand)Author
2006-05-04bug fix: pass recipient information to reply_message_nl().fukachan
2006-03-05fix copyrightfukachan
2006-03-05changed to command_context object based.fukachan
2005-08-17FNF: adjust method naming convension.fukachan
2005-08-11FNF: article_max_id -> article_get_max_idfukachan
2005-06-04fix copyrightfukachan
2005-06-04method naming fixed to $curproc->OBJ_METHOD() form (FNF).fukachan
2004-12-05define logdebug() to disable log messages.fukachan
2004-07-23fix comments (FNF)fukachan
2004-04-23remove "use FML::Log;".fukachan
2004-03-23allow CUI(fml,makefml) to send messages.fukachan
2004-02-15white space cosmetics.fukachan
2004-02-13remove todo, fix comments.fukachan
2004-01-21fix copyrightfukachan
2004-01-18overhaul: more comments.fukachan
2003-10-15messager/rfc822 part not need charset ;)fukachan
2003-10-15space cosmeticsfukachan
2003-10-14implement get_charset() and set_charset(). modified to use it tofukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-06-29check the number of request in get commands.fukachan
2003-03-28s/article_id_max/article_max_id/gfukachan
2003-03-16fix copyrightfukachan
2003-03-16use $curproc->article_id_max() to get the last article id.fukachan
2002-12-23fix comments.fukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-19change message key: command.get.invalid.args -> command.get_invalid_argsfukachan
2002-08-19change hier: help.$mode.$key -> $mode.keyfukachan
2002-08-17more debug info.fukachan
2002-07-17use Mail::Message::MHfukachan
2002-07-02fix commentsfukachan
2002-04-08fix/clean up documentsfukachan
2002-04-07admin_member_passwd_maps -> admin_member_password_mapsfukachan
2002-03-30FML::Article::filepath() determines the article file path.fukachan
2002-02-23fix filename= in mime headerfukachan
2002-02-17remove \s*$fukachan
2002-02-13remove import of ErrorStatusfukachan
2002-02-11send back file file in $ml_home_dir if found.fukachan
2002-01-30use File::Specfukachan
2002-01-27clarify function acl, arguments morefukachan
2002-01-20fixed to call up error to FML::Process::Command layerfukachan
2001-12-23update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-10-17support MH style arg: first, last, cur, first:\d+ and last:\d+fukachan
2001-10-14$optargs -> $command_argsfukachan
2001-10-13fix duplicatoin for $charsetfukachan
2001-10-13FML::Command::SendFile based. This module provides basic file sending functionsfukachan