summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message/ToHTML.pm
AgeCommit message (Collapse)Author
2018-09-08subject handling is changed to mime_header_decode() and as_external_form() ↵Ken'ichi Fukamachi
style. XXX bug this module is broken now. XXX it seems text2html() handles the input as ISO-8859-1 always ?
2006-07-09white space cosmeticsfukachan
2006-06-15change default @indexstmu
safety htmlify if broken mail header
2006-05-22_update_montly_thread_index_master() rewrite same logictmu
using _update_id_montly_index_master()
2006-04-16fix variable name syntax: _num_attachment -> _num_attachmentsfukachan
2006-04-15nuke ambiguous method and variable name.fukachan
num_paragraph() -> paragraph_total() (XXX see "Code Complete"). each variable holding this return value is fixed to $total.
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
2005-08-25renamed: db->analyze() => db->add()fukachan
2005-08-19better method naming convension: from_to_name -> from_address_to_namefukachan
2005-08-11typo fix title in _update_montly_thread_index_master()tmu
2005-08-09fixed function name:fukachan
o htmlfy_rfc822_message() -> htmlify_rfc822_message(). o html_begin() -> html_start()
2005-08-06switched to use Mail::Message::Utils::get_time_from_header.fukachan
2005-05-30use Mail::Message::Encode not MIME::Base64.fukachan
2005-05-26not use str.strfukachan
2004-11-14add monthly thread indexnewvardef-basetmu
2004-07-26handle subject tag separetely in string escaping.fukachan
2004-06-30reduce error messagestmu
2004-06-19fix sytle (FNF)fukachan
2004-06-14bugfix @indexs use my $indexs = \@indexs;tmu
2004-06-11select index files using @indexstmu
2004-06-11set $main::opt_mimedecodequoted at _print_li_filename(),_format_safe_header()tmu
2004-03-24clean up campaign around thread function.fukachan
rename function name: o thread_summary -> get_thread_summary o tohtml_thread_summary -> get_tohtml_thread_summary o msg_time -> get_time_from_header
2004-02-24fix copyrightfukachan
2004-02-15white space cosmetics.fukachan
2003-12-29cosmetics (FNF)fukachan
2003-12-25add from-address for not use address_mask in _print_li_filename()tmu
2003-12-06cosmetics: white spacefukachan
2003-11-23try to mask raw addresses in signature.fukachan
rename: _who_of_address() -> _address_to_gecos()
2003-11-07add $versionidtmu
add new comment tag at html_begin() for file magic change @header_field remove same information (X-xxx) and add Message-Id
2003-10-15space cosmeticsfukachan
2003-10-06handle article subject specilly where the key in db is "article_subject".fukachan
2003-09-08bug fix: _text_safe_print() should handle charset and encodingfukachan
correctly. bug fix: handle decode =?shift_jis ... encoded string. remove the explicit use of Jcode module. define _convert() and __nc_convert() for it.
2003-08-24print STDERR ... if $debug.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-08-20define the detail of address masking against spammers.fukachan
$use_html_archive_address_mask = yes $html_archive_address_mask_type = all
2003-08-14test html_archive_address_mask mask or nomasktmu
address_mask use To and Cc
2003-08-08update debug environmentfukachan
2003-08-01reduce warning if missing from or subject at sub _print_li_filename()tmu
2003-07-21FNFfukachan
2003-07-20debug infofukachan
2003-07-20moved analyzer dispatcher to ::Thread module to use analyzer independetly.fukachan
2003-07-19fixed to co-work with udb well.fukachan
2003-07-19merge udb branchfukachan
2003-07-19catch up -currentudb-mergefukachan
2003-07-03change regexp $url$trailorudb-base2tmu
2003-06-24pass $old_db_base_dir to DB modulefukachan
2003-06-23bugfix at debugtmu
2003-06-15disable debug.fukachan
show spended time info.
2003-06-15remove __str2array()fukachan
$self->{ _thread_list }->{ $id } (STR) changed to $self->{ _hint_ref_key_list }->{ $id } (ARRAY_REF).