summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Delivery/Queue.pm
AgeCommit message (Collapse)Author
2002-01-30oops, fix fucntion call syntax.fukachan
2002-01-30use File::Specfukachan
2002-01-13use Fcntl qw(:DEFAULT :flock), remove LOCK_XX() definitions.fukachan
2002-01-13remove \s*$fukachan
2002-01-13update comments, copyrightfukachan
2001-12-22remove \s*$fukachan
2001-08-24in() method:fukachan
If $msg object has print() method, arbitrary $msg is acceptable.
2001-05-31clean up documentsfukachan
2001-05-19define list(), getidinfo() and valid()fukachan
2001-05-18prepare queue_dir/info/{sender,recipients}/ directory to controlfukachan
envelope information. To set the information, queue->set(key, value) method is used. FML::Process::QueueManager class is a prototype to send queues in queue_dir/.
2001-05-16clean up documentsfukachan
2001-05-09rename Mail::Message::Queue to Mail::Delivery::Queue.fukachan
make $queue_dir/info/ to hold delivery information