summaryrefslogtreecommitdiff
path: root/fml/lib/MailingList
AgeCommit message (Collapse)Author
2001-03-20s/error_reset/error_clear/fukachan
2001-03-20rewritten to ErrorMessages::Status module for unification of errorfukachan
buffer handling.
2001-03-18mysql map can work.fukachan
IO::MapAdapter->new() accpets two parameters, $map and the parameters $map_params. my $obj = new IO::MapAdapter ('mysql:toymodel', $map_params); where $map_params = { config => {}, query => {} };
2001-03-14fix tr() to make chars upper casefukachan
2001-03-13fix dependence, fix typofukachan
2001-03-13clean up documentsfukachan
2001-03-10s/_connect4/connect4/gfukachan
2001-03-10s/_connect6/connect6/gfukachan
2001-03-10clean up documentsfukachan
2001-03-09resolv warning to quote some keywordsfukachan
2001-03-09nuke FML::Debug and Data::Dumper to avoid loading Data::Dumperfukachan
2001-03-04change table generatorfukachan
s/doc/manual/ add [Japanese memo] entry which is linked to $module_name.ja.txt if available
2001-02-27change internal representation: multipart. -> _multipart_fukachan
2001-02-25clean up documentsfukachan
move FML::String to Dialect::ISO2022JP (Dialect::Japanese::String)
2001-02-24clean up documenetsfukachan
2001-02-24prepare @@doc/ for text documentsfukachan
2001-02-24use @module.txt as a text version file name for module.pm,fukachan
which is generated by pod2text
2001-02-24regen documents by new dir2url.plfukachan
2001-02-24prepare Makefile in each directoryfukachan
regen index.ja.html's under here
2001-02-19clean up documentsfukachan
2001-02-19align the format in HISTORY sectionfukachan
2001-02-16debug content_type in a message chainfukachan
2001-02-12s/mta/smtp_servers/fukachan
2001-02-12smtlog( command . \r\n )fukachan
2001-02-12_print_*():fukachan
check $len, exit if $len == 0 (which means $buf not contain even "\n") remove $pe which is not used.
2001-02-12MailingList::Messagesfukachan
clean up documentations fix get_content_type() check more whether $self is defined or not
2001-02-12get_first_plaintext_message() returns message object not content stringfukachan
2001-02-12fix multipart terms,parser,builder to follow rfc2046fukachan
2001-02-11fix delimeter = --$boundary not $boundarymultipart-handling-0-1fukachan
fix _print_*() to inherit some flags e.g. _raw_print charset= should be added when content-type =~ /^text/
2001-02-11define build_mime_multipart_chain() to chain messages.fukachan
move %content_type definition to the top
2001-02-11define build_mime_header()fukachan
_print_message_on_disk() print out $msg->{ header }
2001-02-11use "header" key to store content headerfukachan
define _print_messsage_on_disk() prototype
2001-02-11s/parse_mime_multipart/build_mime_multipart_chain/file-op-0-0fukachan
add a comment to create()
2001-02-10clean up a few documentsfukachan
2001-02-05fix position speculation in not multipart casefukachan
2001-02-05fix missing my()fukachan
2001-02-05doc: header is not used nowfukachan
2001-02-04define get_content_header(),fukachan
get_content_body(),get_first_plaintext_message() change toymodel to use get_first_plaintext_message()
2001-02-04update documents, clean up commentsfukachan
change raw_print_mode handling change message format: 1. base_content_type is added 2. content_type has virtual types to treat multipart delimiters, multipart preamble and trailer. Each message (one of a chain) has base_content_type and content_type. base_content_type is the same as the content-type of the mail header but content_type is it of each multipart block.
2001-02-03fix multipart handling when the preamble is emptyfukachan
2001-02-03we can print the tralior after the end of continuous multipart blocksfukachan
2001-02-03now we can print out message chains which is used for mime multipartfukachan
message. For example the chain, $m1 -> $m2 -> $m3, print out $m1->{content}, m2->{content}, ... sequentially.
2001-02-03prototype of multipart handlingfukachan
2001-02-01save mail body without \rfukachan
define Messages::raw_print() for it
2001-01-28remove code reference passing since we should shiledfukachan
internal variables within IO::MapAdapter.
2001-01-27renamedfukachan
2001-01-27update POD documentsfukachan
2001-01-27nuke since mergedfukachan
2001-01-27s/socket_timeout/default_io_timeout/fukachan
add alarm(0) to reset the latest alarm()
2001-01-27an adapter which wraps SMTP ESMP LMTP classes.fukachan
now we support dynamic binding to ?MTP lasses.