| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-06-01 | major variable naming overhaul | fukachan | |
| 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-06-01 | nuke white spaces \s*$ | fukachan | |
| 2002-05-27 | pass smtp log file handle to Mail::Delivery | fukachan | |
| 2002-05-27 | permit_members_only -> permit_member_maps | fukachan | |
| 2002-05-21 | use $curproc->open_outgoing_message_channel() not _smtplog to save | fukachan | |
| SMTP transaction logs. | |||
| 2002-04-28 | validate by defined() more | fukachan | |
| 2002-04-23 | fix errro message and enable the rejected message forwarding | fukachan | |
| 2002-04-18 | eval htmlify_file() to avoid unknown error ;) | fukachan | |
| 2002-04-18 | eval filtering | fukachan | |
| 2002-04-15 | umask and permission control for html archives | fukachan | |
| 2002-04-12 | send back mesg "we deny requests from system accounts" | fukachan | |
| 2002-04-10 | clean up. FNF-ify | fukachan | |
| 2002-04-10 | enable filtering. | fukachan | |
| implement access methods to control filtering. o $curproc->refuse_further_processing() o $curproc->is_refused() | |||
| 2002-03-31 | rename class: Mail::HTML::Lite -> Mail::Message::ToHTML | fukachan | |
| 2002-03-30 | FML::Article::filepath() determines the article file path. | fukachan | |
| 2002-02-17 | bug fix definitions on hooks | fukachan | |
| 2002-02-17 | implement several hooks | fukachan | |
| 2002-01-16 | update copyright | fukachan | |
| 2002-01-16 | change Mail::Message naming convention. | fukachan | |
| public -> private: o head_message o last_message o next_message o prev_message prefix change: o rfc822_message_ -> whole_message_ o get_first_plaintext_message() -> find_first_plaintext_message() o get_encoding_mechanism() -> encoding_mechanism() o get_data_type() -> data_type() o get_data_type_list() -> data_type_list() renamed: o get_offset() - >offset_pair() o header_in_body_part() -> message_fields() o data_in_body_part() -> message_text() where we use RFC822 flabour naming convention. rfc822 says "message = fields + text" and rfc2047 says "message" as defined in RFC 822, with all header fields optional. | |||
| 2001-12-24 | remove \s*$ | fukachan | |
| 2001-12-24 | delay loading of module Mail::Delivery | fukachan | |
| 2001-12-23 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-12-18 | htlmify article | fukachan | |
| 2001-11-27 | nuke "#!/usr/local/bin/perl -w" in the head | fukachan | |
| 2001-11-26 | toggle header rewriting (subject) to add thread id. off by default | fukachan | |
| 2001-11-25 | fix, clean up help() | fukachan | |
| 2001-11-25 | implement help() method | fukachan | |
| 2001-11-11 | ThreadTrack switches acconding to myname ($0). | fukachan | |
| threadview is view only and cannot change status. | |||
| 2001-11-04 | ticket -> thread | fukachan | |
| 2001-11-03 | use Mail::ThreadTrack to replace FML::Ticket | fukachan | |
| 2001-10-08 | modified finish() to use queue_flush() | fukachan | |
| 2001-10-08 | log acl error info | fukachan | |
| 2001-06-10 | modify to use $ticket_driver. $ticket_driver is class name not model | fukachan | |
| name. | |||
| 2001-05-30 | clean up documents | fukachan | |
| 2001-05-19 | send queue by FML::Process::QueueManager | fukachan | |
| 2001-04-15 | nuke cred->is_member() and use curproc->permit_post() | fukachan | |
| 2001-04-15 | define ticket->add_info() which adds X-Ticket-Status: and | fukachan | |
| X-Ticket-History: if possible. aggreate adding information fucntion to ticket->add_info() | |||
| 2001-04-08 | a new $curproc format: $curproc->{ xxx }->{ message } is a reference | fukachan | |
| to a chain of Mail::Message objects. This modification comes from the change of our parser. See Mail::Message class (1.8-1.9) for on Mail::Message->parse(). | |||
| 2001-04-06 | correct method name and internal variable names. now we use data and | fukachan | |
| data_type mainly by default not content_*. | |||
| 2001-04-03 | change class hiererychy from MailingList -> Mail | fukachan | |
| Mail::Delivery is the entrance for all delivery systems. Mail::Message handles mail message/content, multipart operations et. al. | |||
| 2001-03-20 | use FML::Log qw(Log LogWarn LogError);error-message-status | fukachan | |
| 2001-03-20 | accpet arbitrary ticket model name | fukachan | |
| 2001-03-10 | clean up document | fukachan | |
| 2001-03-09 | clean up, remove empty line | fukachan | |
| 2001-02-20 | move FML::SequenceFile and Utils to File:: | fukachan | |
| add File::Errors also to avoid errors | |||
| 2001-02-19 | add prototype of mail loop checks e.g. message-id, X-ML-Info duplication | fukachan | |
| 2001-02-19 | we use dynamic binding to $header object for simple coding | fukachan | |
| if ($header->can($rule)) { $header->$rule($config, { ... }); } | |||
| 2001-02-18 | check ticket object creation successes or not | fukachan | |
| 2001-02-16 | define $smtp_sender as the argument for MAIL FROM: | fukachan | |
| $smtp_sender == $maintainer by default | |||
