index
:
fml8.git
feature/utf8-mime-header-handling
master
fml mailing list driver version 8
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fml
/
lib
/
Mail
/
Delivery
/
Queue.pm
Age
Commit message (
Expand
)
Author
2004-09-23
fix comments (FNF)
fukachan
2004-09-04
is_valid_queue() returns ok if the specified queue exists in active or
fukachan
2004-09-04
log messages in removing queue
fukachan
2004-09-03
bug fix queue strategy info file hanling.
fukachan
2004-08-15
implement voluntary sleep/wakeup queue mode switching.
fukachan
2004-08-14
implement basic queue management strategy.
fukachan
2004-08-13
implement list_all(), last_modified_time().
fukachan
2004-08-13
clean up new().
fukachan
2004-06-29
overhaul:
fukachan
2004-06-27
validate if message object supports write_count() method.
fukachan
2004-06-27
queue system debug: trace number of bytes written.
fukachan
2004-05-25
define incoming queue.
fukachan
2004-05-24
check write error more strictly.
fukachan
2004-05-19
handle transport infomation.
fukachan
2004-05-18
support lock({ lock_before_runnable => yes }) extension.
fukachan
2004-02-15
white space cosmetics.
fukachan
2004-01-24
overhaul from FNF point view.
fukachan
2003-12-30
validate $value (ARRAY_REF).
fukachan
2003-12-29
define *_file_path() methods.
fukachan
2003-12-22
fix typo.
fukachan
2003-12-22
define the following methods and modified to use it:
fukachan
2003-10-15
space cosmetics
fukachan
2003-08-23
fix comments: =head2 function(...) form
fukachan
2003-04-15
reset alarm after flock()
fukachan
2003-03-17
log setrunnable() succeed.
fukachan
2003-02-11
FNF: not use $_
fukachan
2002-12-20
use return().
fukachan
2002-11-19
input of recipients can be duplicated
fukachan
2002-11-17
enabled passing of recipient_maps (ARRAY_REF) into mail queue.
fukachan
2002-09-28
we should not use hard-coded file/dir mode
fukachan
2002-09-22
add section on FNF
fukachan
2002-09-11
fml5 -> fml8
fukachan
2002-07-02
fix comments
fukachan
2002-04-10
whitespace niche
fukachan
2002-04-08
fix/clean up documents
fukachan
2002-04-07
FNF-ify: one line <= 80
fukachan
2002-01-30
oops, fix fucntion call syntax.
fukachan
2002-01-30
use File::Spec
fukachan
2002-01-13
use Fcntl qw(:DEFAULT :flock), remove LOCK_XX() definitions.
fukachan
2002-01-13
remove \s*$
fukachan
2002-01-13
update comments, copyright
fukachan
2001-12-22
remove \s*$
fukachan
2001-08-24
in() method:
fukachan
2001-05-31
clean up documents
fukachan
2001-05-19
define list(), getidinfo() and valid()
fukachan
2001-05-18
prepare queue_dir/info/{sender,recipients}/ directory to control
fukachan
2001-05-16
clean up documents
fukachan
2001-05-09
rename Mail::Message::Queue to Mail::Delivery::Queue.
fukachan