summaryrefslogtreecommitdiff
path: root/fml/lib/Mail
AgeCommit message (Collapse)Author
2006-04-09modify debug messagefukachan
2006-04-05mask some debug messagesfukachan
2006-04-05fix fallback algorithm: we need not do fallback for the queue alreadyfukachan
on the queue. bug fix loop check counting. bug fix queue_directry info handling. prepare several acess methods: _is_map_in_queue(), _set_queue_directory(), _get_queue_directory(), set_not_done(), get_not_done().
2006-04-05fix usage of logging.fukachan
trylock() is available, too. validate stat() object before using it.
2006-04-04define set_sleep_count, get_sleep_count, set_retry_count andfukachan
get_retry_count. rewritten by using them.
2006-04-03style: not use $_xxx in loopfukachan
2006-04-03fix retry handling (now we use cost penalty by rollback).fukachan
2006-04-03bug fixed to lock new or lock queue file, not active queue.fukachan
2006-04-03ensure lock/unlock return valuefukachan
2006-04-03check the number of effective MTA.fukachan
tune retry max limit (XXX a lot of todo around this).
2006-04-02fix typo.fukachan
check lock status.
2006-04-02fix error handling (do not trap normal condition)fukachan
2006-04-02overhaul.fukachan
o subroutine-ify. o more error check and assertion. o fix comments. et.al.
2006-04-01overhaulfukachan
2006-04-01fix comments (FNF)fukachan
2006-04-01fix copyrightfukachan
2006-03-29change monthly_index.html's table output in _update_id_montly_index_master()tmu
see also fml-devel 798
2006-03-26fix arguments:fukachan
+ connect{4,6}() accepts $mta. + remove not used arguments.
2006-03-26define [sg]et_address_validate_function()fukachan
2006-03-25fix comments.fukachan
fix usage of ->log*()
2006-03-25overhaul.fukachan
more access method based.
2006-03-25obsolete.fukachan
switched to "inheritance of Base".
2006-03-24define new classes to reconstruct class hierarchy.fukachan
e.g. SMTP IS-A Protocol, which IS-A Base. Queue IS-A Base.
2006-03-24removedfukachan
2006-03-24overhaul.fukachan
use $self->log*() instead of Mail::Delivery::Utils.
2006-03-24overhaul.fukachan
+ more use of access methods. + change method name to more proper one.
2006-03-24fix comments.fukachan
2006-03-23if EHLO fails, try HELO.fukachan
2006-03-21bug fix starting position in fallback process.fukachan
2006-03-21fix type in queue_id generatorfukachan
2006-03-21define {set,get}_error()mail-delivery-reconstruct-basefukachan
2006-03-21validate format of recipient within smtp transaction.fukachan
2006-02-15define delete() as an alias of remove()fukachan
2006-02-15fix method name: remove -> deletefukachan
2006-01-09white space cosmetics.fukachan
fix copyright.
2005-12-18enhanced dup_conent() to take two arguments.fukachan
2005-09-11move thread outline generator codes to Mail::Message::Outline.fukachan
correct error messages (Mail::Message).
2005-09-11define DESTROY()fukachan
2005-09-02append/prepend() checks charset info case-insensitively.fukachan
2005-09-01fix copyrightfukachan
2005-08-31fix dupfukachan
2005-08-31implement new method prepend(), append() and whole_message_body_tail().fukachan
fix charset() logic to handle plural header field lines.
2005-08-31implement find_head_key().fukachan
add() updates article_summary database, too.
2005-08-27define open() and close()fukachan
2005-08-25fix copyrightfukachan
2005-08-25renamed methonds:fukachan
o analyze -> add o db_open -> _db_open o db_close -> _db_close
2005-08-25renamed: db->analyze() => db->add()fukachan
2005-08-20fix copyrightfukachan
2005-08-20cut_off -> cutofffukachan
2005-08-19fix copyrightfukachan