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
/
Message
/
ToHTML.pm
Age
Commit message (
Expand
)
Author
2002-05-16
not reset @AnyDBM_File::ISA. It is better for us to use the default @ISA
fukachan
2002-04-27
clean up white spaces
fukachan
2002-04-21
you can specify $ENV{MAX}
fukachan
2002-04-21
sort years in monthly.index
fukachan
2002-04-20
htmlify_dir() accepts options: $has_fork and $max (for debug)
fukachan
2002-04-20
for () { fork() && call htmlify_file() }
fukachan
2002-04-19
bug fix: check the source file existence more severely
fukachan
2002-04-19
cosmetics: white spaces
fukachan
2002-04-18
check $args->{ file } more severely in _update_relation()
fukachan
2002-04-15
BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File); }
fukachan
2002-04-14
set $code for Jcode if needed
fukachan
2002-04-14
validate or warn input into Jcode
fukachan
2002-04-14
validate $curid ($self->{ _current_id})
fukachan
2002-04-14
fix $subdir handling on month boundary
fukachan
2002-04-07
remove \s*$
fukachan
2002-04-06
more defined() check
fukachan
2002-03-31
change .ht* database names
fukachan
2002-03-31
cosmetics on white spaces
fukachan
2002-03-31
the html file path is changed to YYYYMM/msg$id.html by default.
fukachan
2002-03-31
rename class: Mail::HTML::Lite -> Mail::Message::ToHTML
fukachan