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
2003-07-03
change regexp $url$trailor
udb-base2
tmu
2003-06-23
bugfix at debug
tmu
2003-05-27
print text in "unknown MIME encoding" case.
fukachan
2003-05-16
bug fix masking of raw From: address
fukachan
2003-03-09
TODO: euc-jp is hard-coded.
fukachan
2003-02-20
cosmetics (\s*$)
fukachan
2003-02-11
FNF: not use $_
fukachan
2003-02-09
cosmetics (white spaces)
fukachan
2003-02-06
quick hack at sub sub _print_inline_object_link() URL Link
tmu
2003-01-26
FNF: style (space and \n)
fukachan
2003-01-11
fix copyright
fukachan
2003-01-11
fix comments
fukachan
2002-11-18
bug fix function call: f() => $obj->f()
fukachan
2002-10-29
umask escaping like splx():
fukachan
2002-10-20
clean up white spaces
fukachan
2002-10-11
rename index.html to index_all.html
tmu
2002-10-06
add index reverse code at _update_id_monthly_index()
tmu
2002-10-03
enabled to handle order in index.html by $html_archive_index_order_type.
fukachan
2002-10-02
add html_id_order for index.html
tmu
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-08-10
debug-ify some message
fukachan
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