summaryrefslogtreecommitdiff
path: root/fml/lib/Mail
AgeCommit message (Collapse)Author
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan
2005-08-19better method naming convension: from_to_name -> from_address_to_namefukachan
2005-08-17FNF: adjust methond naming convension.fukachan
str_dump() -> dump_string()
2005-08-11typo fix title in _update_montly_thread_index_master()tmu
2005-08-09fixed function name:fukachan
o htmlfy_rfc822_message() -> htmlify_rfc822_message(). o html_begin() -> html_start()
2005-08-09FNF: content_dup2() -> dup_content()fukachan
2005-08-06fix copyrightfukachan
2005-08-06overhaul:fukachan
[sg]et_db_module_name() -> [sg]et_db_module_class(). get_time_from_header() -> _get_time_from_header(). mov get_time_from_header() to Mail::Message::Utils class. clean up. remove not used variable. fix db_close(). fix comments.
2005-08-06switched to use Mail::Message::Utils::get_time_from_header.fukachan
2005-08-06define get_time_from_header() method (moved from Mail::Message::DB).fukachan
2005-06-03fix args and comments of *_dir_path().fukachan
implement local_{dir,file}_path(), content_dup2(), open() and close(). queue_id = second + microsecond + pid + counter. now other module can extend class for local use.
2005-05-30switch to use MIME::Base64::Perl not MIME::Base64 module.fukachan
define raw_decode_{base64,qp}().
2005-05-30use Mail::Message::Encode not MIME::Base64.fukachan
2005-05-27fix comments (FNF)fukachan
2005-05-27sort the output for a,b,c style input.fukachan
2005-05-27use Jcode always.fukachan
2005-05-27set timeout for socket(2).fukachan
2005-05-27add randam factor into exponential back off.fukachan
back off is upper limited by 4000 sec.
2005-05-26fix comments (FNF)fukachan
2005-05-26clean up.fukachan
FNF. use self->address_clean_up($addr, $addr) to clean up address if could.
2005-05-26fix typo: EMTP -> ESMTP.fukachan
2005-05-26not use str.strfukachan
2004-12-15implement clean_up() methodfukachan
2004-12-15randomize queue list more in fair-queue mode.fukachan
2004-12-08implement message_chain_as_array_ref() method.fukachan
2004-11-14add monthly thread indexnewvardef-basetmu
2004-10-31bug fix comment: fixed return valuefukachan
2004-09-23fix comments (FNF)fukachan
2004-09-04is_valid_queue() returns ok if the specified queue exists in active orfukachan
deferred queue.
2004-09-04log messages in removing queuefukachan
2004-09-03bug fix queue strategy info file hanling.fukachan
implement log(), {set,get}_log_function(). log more and more.
2004-08-20eval q{}fukachan
2004-08-15implement voluntary sleep/wakeup queue mode switching.fukachan
o implement queue management utilities. o move queue from active to deferred if delivery failed. o rename *_strategy to *_policy o overhaul/clean up internal style.
2004-08-14implement basic queue management strategy.fukachan
2004-08-14log $recipient_limit info if limit != 1000fukachan
2004-08-13implement list_all(), last_modified_time().fukachan
remove get_class_list().
2004-08-13clean up new().fukachan
list() can take an argument for $class if needed. implement is_valid_queue() and get_class_list() methods.
2004-07-26override print mode of Mail::Message object to "raw" in fallbacking.fukachan
2004-07-26implement get_print_mode()fukachan
2004-07-26handle subject tag separetely in string escaping.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments (FNF)fukachan
2004-07-23bug fix arguments.fukachan
2004-07-23fix comments.fukachan
modify variable name to clarify the role.
2004-07-11fix commentsfukachan
2004-07-10fix copyrightfukachan
2004-07-06put back initializtion code to 1.3 one.fukachan
2004-06-30reduce error messagestmu
2004-06-30overhaul: fix comments and messages. validate initial value.fukachan
2004-06-29fix copyrightfukachan