summaryrefslogtreecommitdiff
path: root/fml/lib/Mail
AgeCommit message (Collapse)Author
2004-02-04new() can handle both unix time and Date: style string.fukachan
implement set(), unixtime(). speculate_timezone() -> _speculate_timezone(). yet another style methods: as_mail_header_style(), as_YYYYMMDD(), as_YYYYxMMxDD(), as_current_time(), as_precise_current_time(), as_stardate(), and as_unixtime().
2004-02-04modify on-memory variable naming.fukachan
implement as_str(), substr().
2004-02-04new class to handle subject like stringfukachan
2004-02-04change in-core internal variables.fukachan
implement set(), get(), set_mime_charset(), get_mime_charset and unfold().
2004-01-31abstraction layer to manipulate general string.fukachan
2004-01-31abstraction layer to manipulate address string.fukachan
2004-01-24overhaul from FNF point view.fukachan
o fix comments. o fix loop label name. o more correct initialization if could. o use //o;
2004-01-24fix comments.fukachan
2004-01-02fix copyrightfukachan
2003-12-31fix copyrightfukachan
2003-12-30validate $value (ARRAY_REF).fukachan
update comments.
2003-12-30fix label namefukachan
2003-12-29cosmetics (FNF)fukachan
2003-12-29define *_file_path() methods.fukachan
bug fix use of *_{dir,file}_path() functions.
2003-12-29fix typofukachan
2003-12-25add from-address for not use address_mask in _print_li_filename()tmu
2003-12-22fix typo.fukachan
*_dirpath() -> *_dir_path().
2003-12-22define the following methods and modified to use it:fukachan
new_dirpath deferred_dirpath active_dirpath info_dirpath sender_dir_path recipients_dir_path
2003-12-10quick hack for trouble making html indexs and working distributetmu
2003-12-06cosmetics: white spacefukachan
2003-11-23try to mask raw addresses in signature.fukachan
rename: _who_of_address() -> _address_to_gecos()
2003-11-08disable Encode use even on >= 5.008 since we are not readyfukachan
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-18Mail::Message::Charset has tables on code, charset and languge.fukachan
FML::Process::CGI::Kernel is modified to use it.
2003-10-15consider Accept-Language: (but not used yet now ;-).fukachan
2003-10-15space cosmeticsfukachan
2003-10-14oops, remove debug message outputfukachan
2003-10-06handle article subject specilly where the key in db is "article_subject".fukachan
2003-10-01create article_$header db too.fukachan
2003-09-13fix variable initialization to avoid undefined reference warning.fukachan
2003-09-13comment on STDERR usagefukachan
2003-09-08bug fix text/* part should know its own charset and encoding based onfukachan
the header information (head of the chain). define charset() method. charset() and encoding() works correctly if the self object == Mail::Header / FML::Header class.
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-09-08implement: decode_base64_string(), decode_qp_string(), str_dump().fukachan
add a hack to modify the decoded string (decoded by IM) by replacing \e$(B -> \e$B, it works well. But is it correct ? XXX I cannot find \e$(B definition in RFC's.
2003-08-24print STDERR ... if $debug.fukachan
2003-08-23fix copyrightfukachan
2003-08-23use croak() not FML::Log()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-20FNF: fix commentfukachan
2003-08-16correct handling of the first dash-boundary.fukachan
2003-08-16modify logic to find the start point of multipart.fukachan
XXX this logic is effective but wrong.
2003-08-14test html_archive_address_mask mask or nomasktmu
address_mask use To and Cc
2003-08-13fix copyrightfukachan
2003-08-08update debug environmentfukachan
2003-08-06bugfix regexptmu
2003-08-06enable freeserve.en.jpfukachan
2003-08-06moved Japanese contnet to Mail::Bounce::Language::Japanese.fukachan
2003-08-05freeserve.ne.jp errormailtmu
2003-08-01reduce warning if missing from or subject at sub _print_li_filename()tmu